GetMoonPhase (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26 New page: <onlyinclude>{{Method |name = GetMoonPhase |returns = Number ''phase'' |description = Returns the phase of the moon. |object = Lighting }}</onlyinclude> {{clear floats}} {{Example|<p... |
>JulienDethurens No edit summary |
||
(12 intermediate revisions by 5 users 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| | {{code and output | ||
print( game.Lighting:GetMoonPhase() ) | |code=print(game.Lighting:GetMoonPhase()) | ||
|output=0.75 | |||
}}}} | |||
==Notes== | ==Notes== | ||
* The phase will always be 0.75. | |||
* The phase | * The moon phase is currently unchangeable. | ||
* | ==See Also== | ||
*[[Lighting]] | |||
*[[File:Property Icon.png]] [[TimeOfDay (Property)|TimeOfDay]] | |||
*[[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.