setFlagOwner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> | ||
If you want to set flag to the vehicle you have to add "d" to its name | |||
Example: flag1 setFlagOwner tank1d not flag1 setFlagOwner tank1 | |||
And this won't work with empty vehicles. | |||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> |
Revision as of 14:47, 5 February 2007
Description
- Description:
- Set flag owner. When owner is set to objNull, flag is returned to the flagpole.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
flag1 setFlagOwner soldier1
Additional Information
- See also:
- See also needed
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
If you want to set flag to the vehicle you have to add "d" to its name Example: flag1 setFlagOwner tank1d not flag1 setFlagOwner tank1 And this won't work with empty vehicles.