flag: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - "Flag Textures" to "Flag Textures")
 
(65 intermediate revisions by 16 users not shown)
Line 1: Line 1:
<h2 style="color:#000066">'''flag ''unit'''''</h2>
{{RV|type=command


'''Operand types:'''
|game1= ofp
|version1= 1.00


unit: [[Object]]
|game2= ofpe
|version2= 1.00


'''Type of returned value:'''
|game3= arma1
|version3= 1.00


[[Object]]
|game4= arma2
|version4= 1.00


'''Description:'''
|game5= arma2oa
|version5= 1.50


If unit has a flag, flag is returned. If not, [[ObjNull]] is returned.
|game6= tkoh
|version6= 1.00


'''Example:'''
|game7= arma3
|version7= 0.50


_flutter = '''flag''' player
|arg= global
 
|gr1= Flags
 
|descr= Returns the original flag pole of the flag the unit is carrying.
 
|s1= [[flag]] unit
 
|p1= unit: [[Object]]
 
|r1= [[Object]] - flag pole object the flag belongs to. If the unit carries no flag, [[objNull]] is returned.
 
|x1= <sqf>_flag = flag _soldier;</sqf>
 
|seealso= [[flagOwner]] [[setFlagOwner]] [[setFlagSide]] [[setFlagTexture]] [[flagSide]] [[flagTexture]] [[setFlagAnimationPhase]] [[flagAnimationPhase]] [[forceFlagTexture]] [[getForcedFlagTexture]] [[:Category:Flag Textures|Flag Textures]]
}}

Latest revision as of 16:27, 23 March 2024

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:
flagOwner setFlagOwner setFlagSide setFlagTexture flagSide flagTexture setFlagAnimationPhase flagAnimationPhase forceFlagTexture getForcedFlagTexture Flag 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