sunOrMoon: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Killzone Kid (talk | contribs) (format, redundant note) |
||
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> | |||
{{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 | ||
Line 53: | Line 53: | ||
systemchat format ["%1",sunOrMoon]; | systemchat format ["%1",sunOrMoon]; | ||
};</code> | };</code> | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
<!-- DISCONTINUE Notes --> | <!-- DISCONTINUE Notes --> |
Revision as of 20:29, 12 December 2018
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]; };
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