setFlagOwner: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Set flag owner. When owner is set to [[objNull]], flag is returned to the flagpole. |= Description | | Set flag owner. When owner is set to [[objNull]] or any object other than a unit of class man, flag is returned to the flagpole. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 31: | Line 31: | ||
<dt class="note">'''[[User:Bdfy|Bdfy]]'''</dt> | <dt class="note">'''[[User:Bdfy|Bdfy]]'''</dt> | ||
<dd class="note"> | <dd class="note"> | ||
Flags can not be owned by vehicles! In '''ArmA''', use ''"flag setFlagOwner driver tank1"'' or ''"flag1 setFlagOwner tank1d"''. Of course it won't work with empty vehicles. | Flags can not be owned by vehicles! In '''ArmA''', use ''"flag setFlagOwner driver tank1"'' or ''"flag1 setFlagOwner tank1d"''. Of course it won't work with empty vehicles. The second method will only work if ''tank1'' is the name of a unit, not a variable refering to it. | ||
</dd> | </dd> | ||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 06:04, 6 February 2007
Description
- Description:
- Set flag owner. When owner is set to objNull or any object other than a unit of class man, 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
- Bdfy
- Flags can not be owned by vehicles! In ArmA, use "flag setFlagOwner driver tank1" or "flag1 setFlagOwner tank1d". Of course it won't work with empty vehicles. The second method will only work if tank1 is the name of a unit, not a variable refering to it.