didJIPOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.49|= Game version |exec= server...")
 
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(39 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3dev |= Game name
|game1= arma3
|version1= 1.50


|1.49|= Game version
|gr1= Multiplayer


|exec= 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 |= Syntax
|s1= [[didJIPOwner]]  object


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


|p3= |= PARAMETER3
|r1= [[Boolean]]


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


 
|seealso= [[didJIP]] [[owner]] [[setOwner]] [[groupOwner]] [[remoteExecutedOwner]] [[exportJIPMessages]]
|x1= <code>ownerDidJip = [[didJIPOwner]] tank;</code>|= EXAMPLE1
 
____________________________________________________________________________________________
 
| [[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