getLighting: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "1.99" to "2.00")
m (example and it's available on stable now)
Line 1: Line 1:
{{Command
{{Command


|game1= arma3dev |Game name=
|game1= arma3 |Game name=


|version= 2.00 |Game version=
|version= 2.00 |Game version=
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <!--<code>[[getLighting]]; {{cc|returns }}</code>--> |Example 1=
|x1= <code>[[getLighting]]; {{cc|Returns <nowiki>[</nowiki>[0.646753,0.781818,1],28526.2,[-0.0167152,0.211598,-0.977214],0] }}</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:45, 16 October 2020

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
getLighting; // Returns [[0.646753,0.781818,1],28526.2,[-0.0167152,0.211598,-0.977214],0]

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

Bottom Section