moonIntensity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *arma2oa * * *\| *([0-1]\.[0-9]{2}) * " to "|game1= arma2oa |version1= $1 ")
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(4 intermediate revisions by the same user not shown)
Line 16: Line 16:
|s1= '''moonIntensity'''
|s1= '''moonIntensity'''


|r1=[[Number]]
|r1= [[Number]]


|x1= <code>_intensity = [[moonIntensity]];</code>
|x1= <sqf>_intensity = moonIntensity;</sqf>


|seealso= [[moonPhase]], [[sunOrMoon]]
|seealso= [[moonPhase]] [[sunOrMoon]]
}}
}}
[[Category:Arma 2: Operation Arrowhead: New Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 22:21, 7 May 2022

Hover & click on the images for description

Description

Description:
Returns the intensity of the moon's brightness in range 0...1.
Groups:
Environment

Syntax

Syntax:
moonIntensity
Return Value:
Number

Examples

Example 1:
_intensity = moonIntensity;

Additional Information

See also:
moonPhase sunOrMoon

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