getLighting: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Some wiki formatting)
Line 10: Line 10:
|s1= [[getLighting]]
|s1= [[getLighting]]


|r1= [[Array]] to format [ambientLightColor, ambientLightBrightness, lightDirection, starsVisibility]:
|r1= [[Array]] in format [ambientLightColor, ambientLightBrightness, lightDirection, starsVisibility]:
* ambientLightColor: [[Color|Color (RGB)]]
* ambientLightColor: [[Color|Color (RGB)]]
* ambientLightBrightness: [[Number]]
* ambientLightBrightness: [[Number]]
Line 16: Line 16:
* starsVisibility: [[Number]]
* starsVisibility: [[Number]]


|x1= <code>[[getLighting]]; {{cc|Returns [<nowiki/>[0.646753,0.781818,1],28526.2,[-0.0167152,0.211598,-0.977214],0] }}</code>
|x1= <sqf>getLighting; // returns [[0.646753,0.781818,1],28526.2,[-0.0167152,0.211598,-0.977214],0]</sqf>
 
|x2= <sqf>getLighting params ["_ambientLightColour", "_ambientLightBrightness", "_lightDirection", "_starsVisibility"];</sqf>


|seealso= [[getLightingAt]] [[moonPhase]] [[Lightpoint Tutorial]]
|seealso= [[getLightingAt]] [[moonPhase]] [[Lightpoint Tutorial]]
}}
}}

Revision as of 12:47, 4 May 2022

Hover & click on the images for description

Description

Description:
Gets general environment's light settings.
Groups:
Lights

Syntax

Syntax:
getLighting
Return Value:
Array in format [ambientLightColor, ambientLightBrightness, lightDirection, starsVisibility]:

Examples

Example 1:
getLighting; // returns [[0.646753,0.781818,1],28526.2,[-0.0167152,0.211598,-0.977214],0]
Example 2:
getLighting params ["_ambientLightColour", "_ambientLightBrightness", "_lightDirection", "_starsVisibility"];

Additional Information

See also:
getLightingAt moonPhase Lightpoint Tutorial

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