GetMoonPhase (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Quenty No edit summary |
>JulienDethurens No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{Method | <onlyinclude>{{Method | ||
|name = GetMoonPhase | |name = GetMoonPhase | ||
|returns = | |returns = {{type|float}} 0.75 | ||
|description = Returns | |description = Returns 0.75. | ||
|object = Lighting | |object = Lighting | ||
}}</onlyinclude> | }}</onlyinclude> | ||
{{clear floats}} | {{clear floats}} | ||
{{Example|You can print the current moon phase by doing this: | {{Example|You can print the current moon phase by doing this: | ||
{{code and output | {{code and output | ||
Line 14: | Line 11: | ||
|output=0.75 | |output=0.75 | ||
}}}} | }}}} | ||
==Notes== | ==Notes== | ||
* The phase will always be 0.75. | * The phase will always be 0.75. | ||
* The moon phase is currently unchangeable. | * The moon phase is currently unchangeable. | ||
== See Also == | ==See Also== | ||
*[[Lighting]] | *[[Lighting]] | ||
*[[TimeOfDay]] | *[[File:Property Icon.png]] [[TimeOfDay (Property)|TimeOfDay]] | ||
*[[SetMinutesAfterMidnight]] | *[[File:Method Icon.png]] [[SetMinutesAfterMidnight (Method)|SetMinutesAfterMidnight]] | ||
*[[File:Method Icon.png]] [[GetMinutesAfterMidnight (Method)|GetMinutesAfterMidnight]] | |||
[[Category:Methods]] | [[Category:Methods]] |
Latest revision as of 06:00, 18 February 2012
GetMoonPhase( ) | |
Returns | float 0.75 |
Description: | Returns 0.75. |
Member of: | Lighting |
Example
You can print the current moon phase by doing this:
Notes
- The phase will always be 0.75.
- The moon phase is currently unchangeable.