Lights – Arma 3 Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
 
m (Lou Montana moved page Talk:Arma 3 Lights to Talk:Arma 3: Lights: Text replacement - "^Arma 3 " to "Arma 3: ")
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Previous lights on randomization formula ==
== Previous lights on randomization formula ==


wip
<code>[[private]] _isTimeForLightsOn = [0,0,0] [[getEnvSoundController]] "night" > _vehicle [[getSoundController]] "randomizer" * 0.6 + 0.2;</code>

Revision as of 00:21, 30 December 2020

Previous lights on randomization formula

private _isTimeForLightsOn = [0,0,0] getEnvSoundController "night" > _vehicle getSoundController "randomizer" * 0.6 + 0.2;