didJIPOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command
| arma3


|1.50
|game1= arma3
 
|version1= 1.50


|gr1 = Multiplayer
|gr1 = Multiplayer
Line 8: Line 9:
|serverExec= server
|serverExec= server


| Checks if the current [[owner]] of supplied [[Object]] Joined In Progress. Server execution only. On clients returns [[false]].
|descr= Checks if the current [[owner]] of supplied [[Object]] Joined In Progress. Returns [[false]] on clients.


| '''didJIPOwner''' object
|s1= '''didJIPOwner''' object


|p1= object: [[Object]] -
|p1= object: [[Object]]


| [[Boolean]]
|r1= [[Boolean]]


|x1= <code>ownerDidJip = [[didJIPOwner]] tank;</code>
|x1= <code>_ownerDidJip = [[didJIPOwner]] tank;</code>


|seealso= [[didJIP]], [[owner]], [[setOwner]], [[groupOwner]], [[remoteExecutedOwner]], [[exportJIPMessages]]
|seealso= [[didJIP]], [[owner]], [[setOwner]], [[groupOwner]], [[remoteExecutedOwner]], [[exportJIPMessages]]
}}
}}

Revision as of 16:14, 26 March 2021

Hover & click on the images for description

Description

Description:
Checks if the current owner of supplied Object Joined In Progress. Returns false on clients.
Groups:
Multiplayer

Syntax

Syntax:
didJIPOwner object
Parameters:
object: Object
Return Value:
Boolean

Examples

Example 1:
_ownerDidJip = didJIPOwner tank;

Additional Information

See also:
didJIPownersetOwnergroupOwnerremoteExecutedOwnerexportJIPMessages

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