didJIPOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\|= " to " ")
Line 8: Line 8:




|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]].|DESCRIPTION=

Revision as of 22:12, 17 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