enableGunLights Arma 2

From Bohemia Interactive Community
Revision as of 14:54, 1 March 2019 by Killzone Kid (talk | contribs) (Arma 2 specific)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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
Groups:
Uncategorised

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:
isFlashlightOn

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