CBA_fnc_globalExecute

Description

Executes code on given destinations

Parameters

_channelAll: -2, ClientsOnly: -1, ServerOnly: 0 [Integer]
_codeCode to execute [Code]
_parameterOPTIONAL.  Parameter to pass to the code in the _this variables [Any]

Returns

Example

[-1, {player globalChat _this}, "TEST"] call CBA_fnc_globalExecute;

Author

Sickboy

Close