ScriptEvent:animState
From Mod Wiki
Contents |
[edit]
Parameters
integer channel -- Channel to change the state of. string state -- State to change to. integer fames -- Number of blend frames to set.
[edit]
Result
None.
[edit]
Supported By
idActor
[edit]
Comments
- An error will be thrown if the state function does not exist.
- This works in similar fashion to setState.
[edit]
Functionality
Specifies the new state function to switch to for the given animation channel thread, as well as setting the next blend frames value.
