didJIPOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|\{*uc:{{PAGENAME}*]\]" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command
| arma3|Game name=
| arma3


|1.50|Game version=
|1.50


|gr1 = Multiplayer |GROUP1=
|gr1 = Multiplayer




Line 10: Line 10:
|serverExec= server
|serverExec= server


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


| '''didJIPOwner''' object |SYNTAX=
| '''didJIPOwner''' object


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


|p3= |PARAMETER3=  
|p3=


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




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




| [[didJIP]], [[owner]], [[setOwner]], [[groupOwner]], [[remoteExecutedOwner]], [[exportJIPMessages]] |SEEALSO=
| [[didJIP]], [[owner]], [[setOwner]], [[groupOwner]], [[remoteExecutedOwner]], [[exportJIPMessages]]


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 01:30, 18 January 2021

Hover & click on the images for description

Description

Description:
Checks if the current owner of supplied Object Joined In Progress. Server execution only. On clients returns false.
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

Notes

Bottom Section