Lua API
On this page

AnimTracker

Inherits from

Information about the character's current animation state

Fields:

IsJumping boolean

read only

Stance MotionStance

read only

Events:

Methods:

GetAnimationLength(stance: MotionStance, motion: MotionCommand, speed?: number = 1) : number

Parameters:
NameTypeDefaultSummary
stanceMotionStance
motionMotionCommand
speednumber1
Returns: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