7erra/Sandbox2 – User

From Bohemia Interactive Community
Jump to navigation Jump to search
(remote execution color coded)
 
(clear)
Tag: Blanking
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Remote Execution syntax for remoteExec and remoteExecCall:<br/>
Unary command:<br/>
Local:<br/>
<code><span style="background:yellow">[[hint]]</span> <span style="background:fuchsia">"This is a hint"</span>;</code>
Remote:
<code><span style="background:fuchsia">"This is a hint"</span> [[remoteExec]] ["<span style="background:yellow">[[hint]]</span>"];</code>


Binary command:<br/>
Local Execution:<br/>
<code><span style="background:lime">_target</span> <span style="background:yellow">[[setVehicleLock]]</span> <span style="background:fuchsia">"UNLOCKED"</span></code>
Remote Execution:
<code>[<span style="background:lime">_target</span>, <span style="background:fuchsia">"UNLOCKED"</span>] [[remoteExec]] ["<span style="background:yellow">[[setVehicleLock]]</span>"];</code>

Latest revision as of 20:25, 25 May 2021