Creates a state machine from a config class.
_config | config path that contains a valid state machine config (check the example.hpp file for the required structure) <CONFIG> |
_stateMachine | a state machine <LOCATION> |
_stateMachine = [configFile >> "MyAddon_Statemachine"] call CBA_statemachine_fnc_createFromConfig;
BaerMitUmlaut