sunOrMoon: Difference between revisions
Jump to navigation
Jump to search
m (Twilight Note added) |
No edit summary |
||
Line 41: | Line 41: | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{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 | |||
while {true} do | |||
{ | |||
systemchat format ["%1",sunOrMoon]; | |||
};</code> | |||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 16:44, 21 September 2014
Description
- Description:
- Returns the sun to moon transition state.
- Groups:
- Uncategorised
Syntax
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
- 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 while {true} do { 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