flagOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(see also)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the owner of a flag. |= Description
| Returns the owner of a flag. A getter for [[setFlagOwner]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object]] <nowiki>=</nowiki> '''flagOwner''' flag |= Syntax
| '''flagOwner''' flag |= Syntax


|p1= flag: [[Object]] |= Parameter 1
|p1= flag: [[Object]] |= Parameter 1


| [[Object]] -   
| [[Object]] -  The person or vehicle that owns the flag is returned. If used on anything else than a flag, the returned value is [[objNull]]. If the flag is on its pole, the return value is NULL. If the flagowner is dead, the return value is the name of the soldier model. |= Return value
The person or vehicle that owns the flag is returned. If used on anything else than a flag, the returned value is [[objNull]].
<br>
If the flag is on its pole, the return value is NULL.
<br>
If the flagowner is dead, the return value is the name of the soldier model. |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 29: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Flag Textures]], [[flag]], [[setFlagOwner]], [[setFlagSide]], [[setFlagTexture]] |= See also
| [[flag]], [[setFlagOwner]], [[setFlagSide]], [[setFlagTexture]], [[flagSide]], [[flagTexture]], [[Flag Textures]] |= See also


}}
}}

Revision as of 23:15, 24 September 2015

Hover & click on the images for description

Description

Description:
Returns the owner of a flag. A getter for setFlagOwner.
Groups:
Uncategorised

Syntax

Syntax:
flagOwner flag
Parameters:
flag: Object
Return Value:
Object - The person or vehicle that owns the flag is returned. If used on anything else than a flag, the returned value is objNull. If the flag is on its pole, the return value is NULL. If the flagowner is dead, the return value is the name of the soldier model.

Examples

Example 1:
_person = flagOwner _flagOne;

Additional Information

See also:
flagsetFlagOwnersetFlagSidesetFlagTextureflagSideflagTextureFlag Textures

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