CBA_statemachine_fnc_createFromConfig

Description

Creates a state machine from a config class.

Parameters

_configconfig path that contains a valid state machine config (check the example.hpp file for the required structure) <CONFIG>

Returns

_stateMachinea state machine <LOCATION>

Examples

_stateMachine = [configFile >> "MyAddon_Statemachine"] call CBA_statemachine_fnc_createFromConfig;

Author

BaerMitUmlaut

Close