sunOrMoon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format, redundant note)
m (Commented out Arma 3 note as the command is returning number between 1 and 0("Arma 3","Arma3",191,145304,"Development"))
Line 8: Line 8:


| Returns the sun to moon transition state in range 0...1
| Returns the sun to moon transition state in range 0...1
<!--
<br><br>
<br><br>
{{Feature arma3|As of Arma 3 version 1.70, this returns either 1 for sun or 0 for moon. No value inbetween is returned}}|= Description
{{Feature arma3|As of Arma 3 version 1.70, this returns either 1 for sun or 0 for moon. No value inbetween is returned}}|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
-->


| '''sunOrMoon''' |= Syntax
| '''sunOrMoon''' |= Syntax

Revision as of 15:47, 9 January 2019

Hover & click on the images for description

Description

Description:
Returns the sun to moon transition state in range 0...1
Groups:
Uncategorised

Syntax

Syntax:
sunOrMoon
Return Value:
Number

Examples

Example 1:
_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

Posted on September 21, 2014 - 15:44 (UTC)
Killjoe
Note that at a 0.99 value, the twilight is still quite dark.
Can be tested with :
//test onEachFrame { systemchat format ["%1",sunOrMoon]; };