Creates a readable string representation of a state machine.
_stateMachine | a state machine <LOCATION> |
_outputList | output list over which the state machine runs <BOOL> (Default: false) |
_outputCode | output code details such as the onState value <BOOL> (Default: false) |
_output | string representation of state machine STRING |
_output = [_stateMachine, true] call CBA_statemachine_fnc_toString;
BaerMitUmlaut