Executes code on given destinations
_channel | All: -2, ClientsOnly: -1, ServerOnly: 0 [Integer] |
_code | Code to execute [Code] |
_parameter | OPTIONAL. Parameter to pass to the code in the _this variables [Any] |
[-1, {player globalChat _this}, "TEST"] call CBA_fnc_globalExecute;
Sickboy