attackEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Note Section [A-Z]+ --> " to "")
m (Text replacement - "\| \[\[.+\]\] \<nowiki\>\=\<\/nowiki\> " to "| ")
Line 13: Line 13:
| 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
| '''attackEnabled''' name


|p1= name: [[Object]] or [[Group]]
|p1= name: [[Object]] or [[Group]]

Revision as of 17:33, 8 May 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GroupsUnit Control

Syntax

Syntax:
Syntax needed
Parameters:
name: Object or Group
Return Value:
Return value needed

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