(Formerly known as character[].animspeed, which is now obsolete)
int Character.AnimationSpeed;
Gets/sets the character's animation delay, as set in the editor.
Example:
player.AnimationSpeed = 4;
will change the player character's animation speed to 4.
See Also: Character.SetWalkSpeed,
Character.SpeechAnimationDelay
|