isRemoteExecutedJIP: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|arma3 | |arma3 | ||
|1.68 | |1.68 | ||
|arg | |arg= | ||
|eff | |eff= | ||
|serverExec= |= Exec | |serverExec= |= Exec | ||
|gr1= Multiplayer | |gr1= Multiplayer | ||
| 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]]: | | 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]]: | ||
* Normal remote execution: | * Normal remote execution: | ||
Line 14: | Line 14: | ||
** [[isRemoteExecuted]] - [[true]] | ** [[isRemoteExecuted]] - [[true]] | ||
** [[isRemoteExecutedJIP]] - [[true]] | ** [[isRemoteExecutedJIP]] - [[true]] | ||
In SP always returns [[false]]. | In SP always returns [[false]]. | ||
| '''isRemoteExecutedJIP''' | | '''isRemoteExecutedJIP''' | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <code>_remoteExecutedJIP = [[isRemoteExecutedJIP]];</code> | |x1= <code>_remoteExecutedJIP = [[isRemoteExecutedJIP]];</code> | ||
| [[isRemoteExecuted]], [[remoteExec]], [[remoteExecCall]], [[canSuspend]], [[remoteExecutedOwner]], [[isUIContext]], [[isGamePaused]], [[isGameFocused]] | | [[isRemoteExecuted]], [[remoteExec]], [[remoteExecCall]], [[canSuspend]], [[remoteExecutedOwner]], [[isUIContext]], [[isGamePaused]], [[isGameFocused]] | ||
}} | }} | ||
Revision as of 00:40, 18 January 2021
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:
- Normal remote execution:
- Remote execution from JIP queue:
- Groups:
- Multiplayer
Syntax
- Syntax:
- isRemoteExecutedJIP
- Return Value:
- Boolean
Examples
- Example 1:
_remoteExecutedJIP = isRemoteExecutedJIP;
Additional Information
- See also:
- isRemoteExecutedremoteExecremoteExecCallcanSuspendremoteExecutedOwnerisUIContextisGamePausedisGameFocused
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