didJIPOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command
| arma3
 
|1.50
 
|gr1 = Multiplayer


|game1= arma3
|version1= 1.50


|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
 
|p1= object: [[Object]] -
 
|p3=
 
| [[Boolean]]


|s1= [[didJIPOwner]]  object


|x1= <code>ownerDidJip = [[didJIPOwner]] tank;</code>
|p1= object: [[Object]]


|r1= [[Boolean]]


| [[didJIP]], [[owner]], [[setOwner]], [[groupOwner]], [[remoteExecutedOwner]], [[exportJIPMessages]]
|x1= <sqf>_ownerDidJip = didJIPOwner tank;</sqf>


| |MPBEHAVIOUR=  
|seealso= [[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