Manually updates the list of a state machine.
_stateMachine | a state machine <LOCATION> |
_list | list of anything over which the state machine will run (type needs to support setVariable) ARRAY |
Nothing
[_stateMachine, _list] call CBA_statemachine_fnc_updateList;
BaerMitUmlaut