moonIntensity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the intensity of the moon's brightness in range 0...1. |= Description
| Returns the intensity of the moon's brightness in range 0...1. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


|  '''moonIntensity''' |= Syntax
|  '''moonIntensity''' |SYNTAX=


| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_intensity = [[moonIntensity]];</code> |= Example 1
|x1= <code>_intensity = [[moonIntensity]];</code> |EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[moonPhase]], [[sunOrMoon]] |= See also
| [[moonPhase]], [[sunOrMoon]] |SEEALSO=


}}
}}

Revision as of 15:43, 7 April 2019

Hover & click on the images for description

Description

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

Syntax

Syntax:
moonIntensity
Return Value:
Number

Examples

Example 1:
_intensity = moonIntensity;

Additional Information

See also:
moonPhasesunOrMoon

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

Notes

Bottom Section