enableAttack: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| group '''enableAttack''' enable  |= Syntax
| [[Object#Group|Group]]Or[[Object#Unit|Unit]] '''enableAttack''' enable  |= Syntax


|p1= group: [[Object]] or [[Group]] |= Parameter 1
|p1= group: [[Object]] or [[Group]] |= Parameter 1
Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= group1 '''enableAttack''' true  |= Example 1
|x1= _group1 '''enableAttack''' true  |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 11:08, 27 August 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Set if leader can issue attack commands.
Groups:
Uncategorised

Syntax

Syntax:
GroupOrUnit enableAttack enable
Parameters:
group: Object or Group
enable: Boolean
Return Value:
Nothing

Examples

Example 1:
_group1 enableAttack true

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

Bottom Section