flag: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (can be used on global arg)
m (Arma2 category)
Line 41: Line 41:
[[Category:Scripting Commands OFP 1.46|FLAG]]
[[Category:Scripting Commands OFP 1.46|FLAG]]
[[Category:Scripting Commands ArmA|FLAG]]
[[Category:Scripting Commands ArmA|FLAG]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]

Revision as of 05:26, 22 June 2009

Hover & click on the images for description

Description

Description:
Returns the flag the unit is carrying.
Groups:
Uncategorised

Syntax

Syntax:
Object = flag unitName
Parameters:
unitName: Object
Return Value:
Object - Returns the flag. If the unit carries no flag, objNull is returned.

Examples

Example 1:
_flag = flag _soldier

Additional Information

See also:
flagOwner

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