CBA_statemachine_fnc_toString

Description

Creates a readable string representation of a state machine.

Parameters

_stateMachinea state machine <LOCATION>
_outputListoutput list over which the state machine runs <BOOL> (Default: false)
_outputCodeoutput code details such as the onState value <BOOL> (Default: false)

Returns

_outputstring representation of state machine STRING

Examples

_output = [_stateMachine, true] call CBA_statemachine_fnc_toString;

Author

BaerMitUmlaut

string used by format
Close