sunOrMoon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=
Line 7: Line 6:


|gr1= Environment |GROUP1=
|gr1= Environment |GROUP1=
____________________________________________________________________________________________


| <code style{{=}}"float: right; font-size: 0.85em; margin: 0 0 0.5em 1.5em">12:00 - 1
| <code style{{=}}"float: right; font-size: 0.85em; margin: 0 0 0.5em 1.5em">12:00 - 1
Line 28: Line 26:
<div style{{=}}"float: left">[[File:sunOrMoon VR down.png|200px|thumb|left|Sunset in {{arma3}} VR]]</div>
<div style{{=}}"float: left">[[File:sunOrMoon VR down.png|200px|thumb|left|Sunset in {{arma3}} VR]]</div>
</div> |DESCRIPTION=
</div> |DESCRIPTION=
____________________________________________________________________________________________


| [[sunOrMoon]] |SYNTAX=
| [[sunOrMoon]] |SYNTAX=


| [[Number]] |RETURNVALUE=
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>[[private]] _transitionState = [[sunOrMoon]];</code> |EXAMPLE1=
|x1= <code>[[private]] _transitionState = [[sunOrMoon]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[moonIntensity]], [[moonPhase]] |SEEALSO=
| [[moonIntensity]], [[moonPhase]] |SEEALSO=

Revision as of 04:48, 17 January 2021

Hover & click on the images for description

Description

Description:
12:00 - 1 (...) - 1 18:39 - 0.911201 18:42 - 0.576303 18:45 - 0.240862 18:48 - 0 (...) - 0 06:00 - 0.0695308 06:03 - 0.404731 06:06 - 0.739519 06:09 - 1 (...) - 1 Returns the sun to moon transition state in range 0..1.
The return value is either 0 or 1 most of the time, the in-between values only returned during a few minutes in the morning and in the evening, depending on the date, and could be similar to shown here:
Sunrise in Arma 3 VR
Sunset in Arma 3 VR
Groups:
Environment

Syntax

Syntax:
sunOrMoon
Return Value:
Number

Examples

Example 1:
private _transitionState = sunOrMoon;

Additional Information

See also:
moonIntensitymoonPhase

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