flagOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object#Person|Person]] <nowiki>=</nowiki> '''flagOwner''' anyFlag |= Syntax
| [[Object#Unit|Unit]] <nowiki>=</nowiki> '''flagOwner''' anyFlag |= Syntax


|p1= anyFlag: [[Object]] |= Parameter 1
|p1= anyFlag: [[Object]] |= Parameter 1


| [[Object]] -   
| [[Object]] -   
The person that owns the flag is returned. If used on anything else than a flag, the returned value is [[objNull]] |= Return value
The person or vehicle that owns the flag is returned. If used on anything else than a flag, the returned value is [[objNull]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 11:26, 27 August 2007

Hover & click on the images for description

Description

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

Syntax

Syntax:
Unit = flagOwner anyFlag
Parameters:
anyFlag: 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

Examples

Example 1:
_person = flagowner _flagOne

Additional Information

See also:
flag

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