Lua API
On this page
AnimTracker
Inherits from
Information about the character's current animation state
Fields:
AnimationQueue Animation[]
read only
CurrentAnimation Animation
read only
ForwardCommand MotionCommand
read only
IsJumping boolean
read only
IsMovingAutomatically boolean
read only
MovementType MovementType
read only
Stance MotionStance
read only
Events:
Methods:
GetAnimationLength(stance: MotionStance, motion: MotionCommand, speed?: number = 1) : number
GetPropertyKeys() : string[]
Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts
Returns:string[]
ToString() : string
Returns a string that represents the current object.
Returns:string