This site has been archived and made available for preservation purposes. No edits can be made.

PlayIdle

Play idle animation an actor

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE State (*VAULTAPI(PlayIdle))(VAULTSPACE ID, VAULTSPACE IDLE) VAULTCPP(noexcept);
Code c:
native Bool:PlayIdle(ID, idle);

[top]Parameters

ID - the ID of the Actor.
idle - the ID of the IDLE animation.

[top]Return value

Return State::True if success.