setMoonPhase
Sets the moon phase.
Syntax
engine.world.setMoonPhase(phase);
Parameters
Name | Type | Description |
---|---|---|
phase | MoonPhases | The moon phase to set. |
Example
engine.world.setMoonPhase('FULL_MOON');
Available on: Client
Sets the moon phase.
engine.world.setMoonPhase(phase);
Name | Type | Description |
---|---|---|
phase | MoonPhases | The moon phase to set. |
engine.world.setMoonPhase('FULL_MOON');
Available on: Client