enableGunLights: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (version)
Line 4: Line 4:
| arma2oa |= Game name
| arma2oa |= Game name


|1.52|= Game version
|1.51|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 11:26, 4 November 2011

Hover & click on the images for description

Description

Description:
Force the AI to use gun lights
Groups:
Uncategorised

Syntax

Syntax:
thing enableGunLights value
Parameters:
thing: Object or Group - the unit or the group forced to use gun lights
value: Boolean - true/false
Return Value:
Nothing

Examples

Example 1:
group enableGunLights true
Example 2:
unitName enableGunLights 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

Posted on 27 July, 2011
kju
This command can be used to force lights on, but not to force lights off. (Source)

Bottom Section