CBA_fnc_directCall

Description

Executes a piece of code in unscheduled environment.

Parameters

_codeCode to execute <CODE>
_argumentsParameters to call the code with.  (optional) <ANY>

Returns

_returnReturn value of the function <ANY>

Examples

0 spawn { {systemChat str canSuspend} call CBA_fnc_directCall; };
-> false

Author

commy2

Close