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...")
 
(see also)
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 16:51, 3 August 2015

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.49|1.49]]
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:
Uncategorised

Syntax

Syntax:
didJIPOwner object
Parameters:
object: Object -
Return Value:
Boolean

Examples

Example 1:
ownerDidJip = didJIPOwner tank;

Additional Information

See also:
didJIPownersetOwnergroupOwner

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

[[Category:Introduced with arma3dev version 1.49]][[ Category: arma3dev: New Scripting Commands | DIDJIPOWNER]][[ Category: arma3dev: Scripting Commands | DIDJIPOWNER]]

Notes

Bottom Section