sunOrMoon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
If it's dark out the command will return 0, likewise when it's light the command will return 1.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 16:49, 6 March 2014

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

If it's dark out the command will return 0, likewise when it's light the command will return 1.

Bottom Section