Regulates if the action is allowed to be executed during movement and/or parallel to other actions. NONE: action can happen in parallel with others, including movement. SOFT: action can happen simultaneously with others, but not while moving. HARD: no other actions can be performed while this action is running.

Enumeration Members

Enumeration Members

Hard: "HARD"
None: "NONE"
Soft: "SOFT"

Generated using TypeDoc