getLighting: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "Lightpoint Tutorial" to "Light Source Tutorial") |
||
Line 20: | Line 20: | ||
|x2= <sqf>getLighting params ["_ambientLightColour", "_ambientLightBrightness", "_lightDirection", "_starsVisibility"];</sqf> | |x2= <sqf>getLighting params ["_ambientLightColour", "_ambientLightBrightness", "_lightDirection", "_starsVisibility"];</sqf> | ||
|seealso= [[getLightingAt]] [[moonPhase]] [[ | |seealso= [[getLightingAt]] [[moonPhase]] [[Light Source Tutorial]] | ||
}} | }} |
Revision as of 14:28, 27 April 2023
Description
- Description:
- Gets general environment's light settings.
- Groups:
- Lights
Syntax
- Syntax:
- getLighting
- Return Value:
- Array in 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]
- Example 2:
- getLighting params ["_ambientLightColour", "_ambientLightBrightness", "_lightDirection", "_starsVisibility"];
Additional Information
- See also:
- getLightingAt moonPhase Light Source 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