R3vo – User talk
Jump to navigation
Jump to search
m (→Functions List) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{User:Lou_Montana/Sandbox2 | ||
= | |selected= 2 | ||
= | |title1= {{Icon|arma2oa|link=}} {{arma2oa}} {{Icon|tkoh|link=}} {{tkoh}} | ||
== | |content1= | ||
{{RV|type=command | |||
= | |game1= arma2oa | ||
|version1= 1.51 | |||
= | |game2= tkoh | ||
|version2= 1.00 | |||
== | |gr1= Lights | ||
|gr2= Weapons | |||
== | |arg= local | ||
|eff= global | |||
= | |descr= Toggles the target group's gun light(s). | ||
= | |s1= target [[enableGunLights]] state | ||
= | |p1= target: [[Group]] or [[Object]] - The group forced to use gun lights. If unit is supplied as argument, unit's group is used | ||
= | |p2= state: [[Boolean]] - [[true|True]] to enable, [[false]] to disable | ||
= | |r1= [[Nothing]] | ||
= | |x1= <code>_group [[enableGunLights]] [[false]];</code> | ||
|seealso= [[isFlashlightOn]] | |||
}} | |||
= | |title2= {{Icon|arma3|link=}} {{arma3}} | ||
{| | |content2= | ||
{{RV|type=command | |||
| | |||
= | |game1= arma3 | ||
|version1= 0.50 | |||
|gr1= Lights | |||
|gr2= Weapons | |||
= | |arg= local | ||
|eff= global | |||
* | |descr= Toggles the target group's gun light(s). | ||
|s1= target [[enableGunLights]] mode | |||
|p1= target: [[Group]] or [[Object]] - The group forced to use gun lights. If unit is supplied as argument, unit's group is used | |||
|p2= mode: [[String]] - Can be: | |||
* <tt>"Auto"</tt> - Depends on combat mode | |||
* <tt>"ForceOn"</tt> - Always on | |||
* <tt>"ForceOff"</tt> - Always off | |||
|r1= [[Nothing]] | |||
|x1= <code>_unit [[enableGunLights]] "Auto";</code> | |||
|x2= <code>_unit [[enableGunLights]] "ForceOff";</code> | |||
|seealso= [[isFlashlightOn]] | |||
}} | |||
}} |