isRemoteExecutedJIP: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3dev |= Game |1.67|= Game Version |arg= |= Multiplayer Arguments...")
 
(see also)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|=
{{Command|=
____________________________________________________________________________________________
____________________________________________________________________________________________
|arma3dev |= Game
|arma3 |= Game
|1.67|= Game Version
|1.68|= Game Version
|arg=  |= Multiplayer Arguments
|arg=  |= Multiplayer Arguments
|eff=  |= Multiplayer Effects
|eff=  |= Multiplayer Effects
|exec= |= Exec
|exec= |= Exec
____________________________________________________________________________________________
____________________________________________________________________________________________
| 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 subcase 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:  
** [[isRemoteExecuted]] - [[true]]
** [[isRemoteExecuted]] - [[true]]
Line 13: Line 13:
* Remote execution from JIP queue:  
* Remote execution from JIP queue:  
** [[isRemoteExecuted]] - [[true]]
** [[isRemoteExecuted]] - [[true]]
** [[isRemoteExecutedJIP]] - [[true]]|= Description
** [[isRemoteExecutedJIP]] - [[true]]
In SP always returns [[false]].|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
| '''isRemoteExecutedJIP''' |= Syntax
| '''isRemoteExecutedJIP''' |= Syntax
Line 20: Line 21:
|x1= <code>_remoteExecutedJIP = [[isRemoteExecutedJIP]];</code> |= Example 1
|x1= <code>_remoteExecutedJIP = [[isRemoteExecutedJIP]];</code> |= Example 1


| [[isRemoteExecuted]], [[remoteExec]], [[remoteExecCall]], [[canSuspend]] |= See Also
| [[isRemoteExecuted]], [[remoteExec]], [[remoteExecCall]], [[canSuspend]], [[remoteExecutedOwner]], [[isUIContext]] |= See Also
}}
}}



Revision as of 16:14, 29 June 2017

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: In SP always returns false.
Groups:
Uncategorised

Syntax

Syntax:
isRemoteExecutedJIP
Return Value:
Boolean

Examples

Example 1:
_remoteExecutedJIP = isRemoteExecutedJIP;

Additional Information

See also:
isRemoteExecutedremoteExecremoteExecCallcanSuspendremoteExecutedOwnerisUIContext

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

Bottom Section