enableGunLights Arma 2: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix description)
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Lights |GROUP1= ")
Line 5: Line 5:


|1.51|Game version=
|1.51|Game version=
|gr1 = Lights |GROUP1=


|arg= local |Multiplayer Arguments=
|arg= local |Multiplayer Arguments=

Revision as of 13:32, 18 September 2020

Hover & click on the images for description

Description

Description:
Force the AI to use gun lights. This command can be used to force lights on, but not to force lights off.
Arma 3
This syntax is for Arma 2: Operation Arrowhead. For Arma 3 syntax, see enableGunLights.
Groups:
Lights

Syntax

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

Examples

Example 1:
_group enableGunLights true;
Example 2:
_unit enableGunLights false;

Additional Information

See also:
enableGunLights Category:Command Group: Lights

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