getLighting: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|game1= arma3 | |game1= arma3 | ||
|version= 2.00 | |version= 2.00 | ||
|gr1 = Lights | |gr1 = Lights | ||
|descr= Gets general environment's light settings. | |descr= Gets general environment's light settings. | ||
|s1= [[getLighting]] | |s1= [[getLighting]] | ||
|r1= [[Array]] to format [ambientLightColor, ambientLightBrightness, lightDirection, starsVisibility]: | |r1= [[Array]] to format [ambientLightColor, ambientLightBrightness, lightDirection, starsVisibility]: | ||
Line 15: | Line 15: | ||
* ambientLightBrightness: [[Number]] | * ambientLightBrightness: [[Number]] | ||
* lightDirection: [[Vector3D]] | * lightDirection: [[Vector3D]] | ||
* starsVisibility: [[Number]] | * starsVisibility: [[Number]] | ||
|x1= <code>[[getLighting]]; {{cc|Returns <nowiki>[</nowiki>[0.646753,0.781818,1],28526.2,[-0.0167152,0.211598,-0.977214],0] }}</code> | |x1= <code>[[getLighting]]; {{cc|Returns <nowiki>[</nowiki>[0.646753,0.781818,1],28526.2,[-0.0167152,0.211598,-0.977214],0] }}</code> | ||
|seealso= [[getLightingAt]] [[moonPhase]] [[Lightpoint Tutorial]] | |seealso= [[getLightingAt]] [[moonPhase]] [[Lightpoint Tutorial]] | ||
}} | }} | ||
Revision as of 00:42, 18 January 2021
Description
- Description:
- Gets general environment's light settings.
- Groups:
- Lights
Syntax
- Syntax:
- getLighting
- Return Value:
- Array to format [ambientLightColor, ambientLightBrightness, lightDirection, starsVisibility]:
- ambientLightColor: Color (RGB)
- ambientLightBrightness: Number
- lightDirection: Vector3D
- starsVisibility: Number
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