sunOrMoon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(clarification)
m (Some wiki formatting)
 
(29 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |= Game name
|game1= arma2oa
|version1= 1.62


|1.62|= Game version
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| 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>
|game3= arma3
<tt>12:00 - 1</tt><br>
|version3= 0.50
<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
____________________________________________________________________________________________


|gr1= Environment


| '''sunOrMoon''' |= Syntax
|descr=
{{{!}} class="wikitable float-right align-center-col-1" style="font-size: 0.85em; min-width: 15em"
! Time
! [[sunOrMoon]]
{{!}}-
{{!}} 12:00
{{!}} 1
{{!}}-
{{!}} (...)
{{!}} 1
{{!}}-
{{!}} 18:39
{{!}} 0.911201
{{!}}-
{{!}} 18:42
{{!}} 0.576303
{{!}}-
{{!}} 18:45
{{!}} 0.240862
{{!}}-
{{!}} 18:48
{{!}} 0
{{!}}-
{{!}} (...)
{{!}} 0
{{!}}-
{{!}} 06:00
{{!}} 0.695308
{{!}}-
{{!}} 06:03
{{!}} 0.739519
{{!}}-
{{!}} 06:09
{{!}} 1
{{!}}-
{{!}} (...)
{{!}} 1
{{!}}}
Returns the moon to sun transition state in range 0..1.<br>
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 similar to shown here:


| [[Number]] |= Return value
<gallery mode="packed" heights="200px">
____________________________________________________________________________________________
File:sunOrMoon VR up.png|Sunrise in {{arma3}} VR
 
File:sunOrMoon VR down.png|Sunset in {{arma3}} VR
|x1= <code>_transitionState = [[sunOrMoon]];</code> |= Example 1
</gallery>


____________________________________________________________________________________________
|s1= [[sunOrMoon]]


| [[moonIntensity]], [[moonPhase]] |= See also
|r1= [[Number]] - 0 for night (moon), 1 for day (sun)


|x1= <sqf>private _transitionState = sunOrMoon;</sqf>
|seealso= [[moonIntensity]] [[moonPhase]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Notes: Improper Formatting|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on September 21, 2014 - 15:44 (UTC)</dd>
<dt class="note">[[User:Killjoe|Killjoe]]</dt>
<dd class="note">
Note that at a 0.99 value, the twilight is still quite dark.
<br>
Can be tested with :
<br>
<code>//test
onEachFrame
{
systemchat format ["%1",sunOrMoon];
};</code>
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Latest revision as of 22:21, 14 April 2024

Hover & click on the images for description

Description

Description:
Time sunOrMoon
12:00 1
(...) 1
18:39 0.911201
18:42 0.576303
18:45 0.240862
18:48 0
(...) 0
06:00 0.695308
06:03 0.739519
06:09 1
(...) 1

Returns the moon to sun 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 similar to shown here:

Groups:
Environment

Syntax

Syntax:
sunOrMoon
Return Value:
Number - 0 for night (moon), 1 for day (sun)

Examples

Example 1:
private _transitionState = sunOrMoon;

Additional Information

See also:
moonIntensity moonPhase

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