flagOwner: Difference between revisions
Jump to navigation
Jump to search
Fred Gandt (talk | contribs) m (Added to "see also" + <pre> to <code> + layout tidy) |
mNo edit summary |
||
Line 42: | Line 42: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands|FLAGOWNER]] | [[Category:Scripting Commands|FLAGOWNER]] | ||
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Scripting Commands OFP 1.96|FLAGOWNER]] | [[Category:Scripting Commands OFP 1.96|FLAGOWNER]] | ||
[[Category:Scripting Commands OFP 1.46|FLAGOWNER]] | [[Category:Scripting Commands OFP 1.46|FLAGOWNER]] |
Revision as of 10:13, 25 September 2014
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
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Object Information
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters