isRemoteExecutedJIP

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns true if the code context is being remote executed from the JIP queue by remoteExec or remoteExecCall (when JIP param was set). It is a subset of isRemoteExecuted:
command Single Player Multiplayer
Direct remoteExec JIP remoteExec
isRemoteExecuted Unchecked Checked Checked
isRemoteExecutedJIP Unchecked Unchecked Checked
Groups:
Multiplayer

Syntax

Syntax:
isRemoteExecutedJIP
Return Value:
Boolean

Examples

Example 1:
if (isRemoteExecutedJIP) then { waitUntil { sleep 0.1; not isNull player }; hint "Welcome... the battlefield did not wait for you!"; } else { hint "You are present and that's good!"; };

Additional Information

See also:
isRemoteExecuted remoteExec remoteExecCall canSuspend remoteExecutedOwner isUIContext isGamePaused isGameFocused

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note