didJIPOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {2,}\}\}" to " }}")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command
| arma3


|1.50
|game1= arma3
|version1= 1.50


|gr1 = Multiplayer
|gr1= Multiplayer


|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]]


|p3=
|r1= [[Boolean]]


| [[Boolean]]
|x1= <sqf>_ownerDidJip = didJIPOwner tank;</sqf>


|x1= <code>ownerDidJip = [[didJIPOwner]] tank;</code>
|seealso= [[didJIP]] [[owner]] [[setOwner]] [[groupOwner]] [[remoteExecutedOwner]] [[exportJIPMessages]]
 
| [[didJIP]], [[owner]], [[setOwner]], [[groupOwner]], [[remoteExecutedOwner]], [[exportJIPMessages]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:22, 13 May 2022

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:
didJIP owner setOwner groupOwner remoteExecutedOwner exportJIPMessages

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