7erra/Sandbox2 – User

From Bohemia Interactive Community
Jump to navigation Jump to search
(remote execution color coded)
(No difference)

Revision as of 19:18, 2 May 2021

Remote Execution syntax for remoteExec and remoteExecCall:
Unary command:
Local:
hint "This is a hint"; Remote: "This is a hint" remoteExec ["hint"];

Binary command:
Local Execution:
_target setVehicleLock "UNLOCKED" Remote Execution: [_target, "UNLOCKED"] remoteExec ["setVehicleLock"];