Manually triggers a transition.
_listItem | the item which should transition <any namespace type> |
_stateMachine | a state machine <LOCATION> |
_thisOrigin | state the transition origins from STRING |
_thisTarget | state the transition goes to STRING |
_onTransition | code that gets executed once transition happens <CODE> (Default: {}) |
_thisTransition | name for this specific transition STRING (Default: “MANUAL”) |
Nothing
[_stateMachine, "initial", "end", { systemChat format [ "%1 transitioned from %2 to %3 manually.", _this, _thisOrigin, _thisTarget ]; }, "dummyTransition"] call CBA_statemachine_fnc_manualTransition;
BaerMitUmlaut