Executes a piece of code in unscheduled environment.
_code | Code to execute <CODE> |
_arguments | Parameters to call the code with. (optional) <ANY> |
_return | Return value of the function <ANY> |
0 spawn { {systemChat str canSuspend} call CBA_fnc_directCall; }; -> false
commy2