didJIPOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________
| arma3|= Game name


|1.50|= Game version
|game1= arma3
|version1= 1.50


|exec= server|=
|gr1= Multiplayer
____________________________________________________________________________________________


| Checks if the current [[owner]] of supplied [[Object]] Joined In Progress. Server execution only. On clients returns [[false]].|= Description
|serverExec= server


| '''didJIPOwner''' object |= Syntax
|descr= Checks if the current [[owner]] of supplied [[Object]] Joined In Progress. Returns [[false]] on clients.


|p1= object: [[Object]] - |= PARAMETER1
|s1= [[didJIPOwner]]  object


|p3= |= PARAMETER3
|p1= object: [[Object]]


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


|x1= <sqf>_ownerDidJip = didJIPOwner tank;</sqf>


|x1= <code>ownerDidJip = [[didJIPOwner]] tank;</code>|= EXAMPLE1
|seealso= [[didJIP]] [[owner]] [[setOwner]] [[groupOwner]] [[remoteExecutedOwner]] [[exportJIPMessages]]
 
____________________________________________________________________________________________
 
| [[didJIP]], [[owner]], [[setOwner]], [[groupOwner]] |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{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