flag: Difference between revisions

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


| Returns the flag the unit is carrying. |= Description
| Returns the original flag pole of the flag the unit is carrying. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= unitName: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |= Parameter 1


| [[Object]] -
| [[Object]] - Flag pole object the flag belongs to. If the unit carries no flag, [[objNull]] is returned. |= Return value
Returns the flag. If the unit carries no flag, [[objNull]] is returned. |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 25: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 23:13, 24 September 2015

Hover & click on the images for description

Description

Description:
Returns the original flag pole of the flag the unit is carrying.
Groups:
Uncategorised

Syntax

Syntax:
flag unit
Parameters:
unit: Object
Return Value:
Object - Flag pole object the flag belongs to. If the unit carries no flag, objNull is returned.

Examples

Example 1:
_flag = flag _soldier;

Additional Information

See also:
flagOwnersetFlagOwnersetFlagSidesetFlagTextureflagSideflagTextureFlag 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