flag: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (Text replacement - "Flag Textures" to "Flag Textures")
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.00


|1.00|= Game version
|game2= ofpe
|version2= 1.00


|arg= global |= Arguments in MP
|game3= arma1
|version3= 1.00


|eff= |= Effects in MP
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| Returns the original flag pole of the flag the unit is carrying. |= Description
|game5= arma2oa
____________________________________________________________________________________________
|version5= 1.50


| '''flag''' unit |= Syntax
|game6= tkoh
|version6= 1.00


|p1= unit: [[Object]] |= Parameter 1
|game7= arma3
|version7= 0.50


| [[Object]] - Flag pole object the flag belongs to. If the unit carries no flag, [[objNull]] is returned. |= Return value
|arg= global
____________________________________________________________________________________________
 
|x1= <code>_flag = [[flag]] _soldier;</code> |= Example 1
____________________________________________________________________________________________


| [[flagOwner]], [[setFlagOwner]], [[setFlagSide]], [[setFlagTexture]], [[flagSide]], [[flagTexture]], [[setFlagAnimationPhase]], [[flagAnimationPhase]], [[forceFlagTexture]], [[getForcedFlagTexture]], [[Flag Textures]] |= See also
|gr1= Flags


}}
|descr= Returns the original flag pole of the flag the unit is carrying.
 
|s1= [[flag]] unit
 
|p1= unit: [[Object]]


<h3 style="display:none">Notes</h3>
|r1= [[Object]] - flag pole object the flag belongs to. If the unit carries no flag, [[objNull]] is returned.
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_flag = flag _soldier;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[flagOwner]] [[setFlagOwner]] [[setFlagSide]] [[setFlagTexture]] [[flagSide]] [[flagTexture]] [[setFlagAnimationPhase]] [[flagAnimationPhase]] [[forceFlagTexture]] [[getForcedFlagTexture]] [[:Category:Flag Textures|Flag Textures]]
[[Category:Scripting Commands|FLAG]]
}}
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|FLAG]]
[[Category:Scripting Commands OFP 1.46|FLAG]]
[[Category:Scripting Commands ArmA|FLAG]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]

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