Skip to main content

The "sys_action_init" Function

Syntax#

sys_anim_init();
ArgumentTypeDescription
N/AN/ANo arguments

Description#

Automatically run by action scripts. Assigns an ID to the running action and tests whether the action should be performed, returning true or false based on the result.

As this script is run automatically by action scripts, it is never necessary to run sys_action_init manually.