ix.act
Provides players the ability to perform animations.
Functions
ix.act.Register(name, modelClass, data)
View source »Registers a sequence as a performable animation.
Parameters
-
name
string
Name of the animation (in CamelCase)
-
modelClass
string
Model class to add this animation to
-
data
table
An
ActInfoStructure
table describing the animation
ix.act.Remove(name)
View source »Removes a sequence from being performable if it has been previously registered.
Parameters
-
name
string
Name of the animation