attackEnabled: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma1 | | arma1 | ||
|1.00 | |1.00 | ||
|arg= global |Multiplayer Arguments= | |arg= global |Multiplayer Arguments= | ||
|gr1= Groups | |gr1= Groups | ||
|gr2= Unit Control | |gr2= Unit Control | ||
| Return whether a group's leader can issue attack commands to soldiers under his command. | | Return whether a group's leader can issue attack commands to soldiers under his command. | ||
| [[Boolean]] <nowiki>=</nowiki> '''attackEnabled''' name | | [[Boolean]] <nowiki>=</nowiki> '''attackEnabled''' name | ||
|p1= name: [[Object]] or [[Group]] | |p1= name: [[Object]] or [[Group]] | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <code>if (not '''attackEnabled''' _soldier) then {_soldier [[setCombatMode]] "Careless"} </code> | |x1= <code>if (not '''attackEnabled''' _soldier) then {_soldier [[setCombatMode]] "Careless"} </code> | ||
| [[enableAttack]] | | [[enableAttack]] | ||
}} | }} |
Revision as of 00:01, 18 January 2021
Description
- Description:
- Return whether a group's leader can issue attack commands to soldiers under his command.
- Groups:
- GroupsUnit Control
Syntax
Examples
- Example 1:
if (not attackEnabled _soldier) then {_soldier setCombatMode "Careless"}
Additional Information
- See also:
- enableAttack
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 Armed Assault version 1.00
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Command Group: Groups
- Command Group: Unit Control
- Operation Flashpoint: Elite: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands