sunOrMoon

From Bohemia Interactive Community
Revision as of 21:32, 7 March 2014 by Lester (talk | contribs) (Twilight Note added)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns the sun to moon transition state.
Groups:
Uncategorised

Syntax

Syntax:
Number = sunOrMoon
Return Value:
Number

Examples

Example 1:
_transitionState = sunOrMoon;

Additional Information

See also:
moonIntensity

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

bobtom - March 6 2014
If it's dark out the command will return 0, likewise when it's light the command will return 1.

--Lester (talk) 20:32, 7 March 2014 (CET)Lester
In the twilight the value is between 0 and 1.

Bottom Section