flag: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| ofp |Game name=
| ofp |Game name=
Line 11: Line 10:


|gr1= Flags |GROUP1=
|gr1= Flags |GROUP1=
____________________________________________________________________________________________


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


| [[flag]] unit |SYNTAX=
| [[flag]] unit |SYNTAX=
Line 21: Line 18:


| [[Object]] - Flag pole object the flag belongs to. If the unit carries no flag, [[objNull]] is returned. |RETURNVALUE=
| [[Object]] - Flag pole object the flag belongs to. If the unit carries no flag, [[objNull]] is returned. |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>_flag = [[flag]] _soldier;</code> |EXAMPLE1=
|x1= <code>_flag = [[flag]] _soldier;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[flagOwner]], [[setFlagOwner]], [[setFlagSide]], [[setFlagTexture]], [[flagSide]], [[flagTexture]], [[setFlagAnimationPhase]], [[flagAnimationPhase]], [[forceFlagTexture]], [[getForcedFlagTexture]], [[Flag Textures]] |SEEALSO=
| [[flagOwner]], [[setFlagOwner]], [[setFlagSide]], [[setFlagTexture]], [[flagSide]], [[flagTexture]], [[setFlagAnimationPhase]], [[flagAnimationPhase]], [[forceFlagTexture]], [[getForcedFlagTexture]], [[Flag Textures]] |SEEALSO=

Revision as of 02:13, 17 January 2021

Hover & click on the images for description

Description

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

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:
flagOwnersetFlagOwnersetFlagSidesetFlagTextureflagSideflagTexturesetFlagAnimationPhaseflagAnimationPhaseforceFlagTexturegetForcedFlagTextureFlag 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