enableGunLights Arma 2: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Lights |GROUP1= ") |
mNo edit summary |
||
Line 8: | Line 8: | ||
|gr1 = Lights |GROUP1= | |gr1 = Lights |GROUP1= | ||
|gr2 = Weapons |GROUP2= | |||
|arg= local |Multiplayer Arguments= | |arg= local |Multiplayer Arguments= | ||
Line 45: | Line 45: | ||
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 20:05, 25 September 2020
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:
- LightsWeapons
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
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
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.51
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Lights
- Command Group: Weapons
- Scripting Commands: Global Effect
- Scripting Commands Arma 2
- Scripting Commands Take On Helicopters