sunOrMoon: Difference between revisions
Jump to navigation
Jump to search
m (Commented out Arma 3 note as the command is returning number between 1 and 0("Arma 3","Arma3",191,145304,"Development")) |
Killzone Kid (talk | contribs) (clarification) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns the sun to moon transition state in range 0...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 something like:<br><br> | ||
< | <tt>12:00 - 1</tt><br> | ||
<br><br> | <tt>..... - 1</tt><br> | ||
<tt>18:39 - 0.911201</tt><br> | |||
<tt>18:42 - 0.576303</tt><br> | |||
<tt>18:45 - 0.240862</tt><br> | |||
<tt>18:48 - 0</tt><br> | |||
<tt>..... - 0</tt><br> | |||
<tt>06:00 - 0.0695308</tt><br> | |||
<tt>06:03 - 0.404731</tt><br> | |||
<tt>06:06 - 0.739519</tt><br> | |||
<tt>06:09 - 1</tt><br> | |||
<tt>..... - 1</tt><br> |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''sunOrMoon''' |= Syntax | | '''sunOrMoon''' |= Syntax |
Revision as of 15:43, 9 January 2019
Description
- Description:
- 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 something like:
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 - 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]; };
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.62
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Uncategorised
- ArmA 2 OA: New Scripting Commands List
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Notes: Improper Formatting