didJIPOwner: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|1.50 | |game1= arma3 | ||
|version1= 1.50 | |||
|gr1 = Multiplayer | |gr1 = Multiplayer | ||
Line 8: | Line 9: | ||
|serverExec= server | |serverExec= server | ||
| Checks if the current [[owner]] of supplied [[Object]] Joined In Progress. | |descr= Checks if the current [[owner]] of supplied [[Object]] Joined In Progress. Returns [[false]] on clients. | ||
| '''didJIPOwner''' object | |s1= '''didJIPOwner''' object | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
| [[Boolean]] | |r1= [[Boolean]] | ||
|x1= <code> | |x1= <code>_ownerDidJip = [[didJIPOwner]] tank;</code> | ||
|seealso= [[didJIP]], [[owner]], [[setOwner]], [[groupOwner]], [[remoteExecutedOwner]], [[exportJIPMessages]] | |seealso= [[didJIP]], [[owner]], [[setOwner]], [[groupOwner]], [[remoteExecutedOwner]], [[exportJIPMessages]] | ||
}} | }} |
Revision as of 15:14, 26 March 2021
Description
- Description:
- Checks if the current owner of supplied Object Joined In Progress. Returns false on clients.
- Groups:
- Multiplayer
Syntax
Examples
- Example 1:
_ownerDidJip = didJIPOwner tank;
Additional Information
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