flagOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (can be used on global arg)
(add. ArmA2 classification)
Line 43: Line 43:
[[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}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]

Revision as of 17:24, 3 June 2009

Hover & click on the images for description

Description

Description:
Returns the owner of a flag.
Groups:
Uncategorised

Syntax

Syntax:
Object = flagOwner flag
Parameters:
flag: Object
Return Value:
Object - The person or vehicle that owns the flag is returned. If used on anything else than a flag, the returned value is objNull. If the flag is on its pole, the return value is NULL. If the flagowner is dead, the return value is the name of the soldier model.

Examples

Example 1:
_person = flagowner _flagOne

Additional Information

See also:
flagsetFlagOwner

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