combatMode: Difference between revisions
Jump to navigation
Jump to search
m (moved notes) |
mNo edit summary |
||
Line 30: | Line 30: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on August 3, 2006 - 14:25</dd> | |||
<dt class="note">'''[[User:Hardrock|hardrock]]'''</dt><dd class="note">''Notes from before the conversion:'' | |||
Use [[setCombatMode]] to set the combat mode. The definitions of the colours are given under that command. | Use [[setCombatMode]] to set the combat mode. The definitions of the colours are given under that command. | ||
</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 15:25, 3 August 2006
Description
- Description:
- Returns the combat mode of the given unit. See setCombatMode for more information about combat modes.
- Groups:
- Uncategorised
Syntax
- Syntax:
- combatMode group
- Parameters:
- group: Object or Group
- Return Value:
- String - One of "BLUE", "GREEN", "YELLOW" and "RED"
Examples
- Example 1:
?((combatMode grp1)=="BLUE") : grp1 setCombatMode "GREEN"
Additional Information
- See also:
- setCombatMode
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
- Posted on August 3, 2006 - 14:25
- hardrock
- Notes from before the conversion: Use setCombatMode to set the combat mode. The definitions of the colours are given under that command.