Skip to content

Commit

Permalink
Update EnableMoonCycleOverride.md
Browse files Browse the repository at this point in the history
'## Parameters' shouldn't be above the native description.
  • Loading branch information
4mmonium authored Feb 5, 2024
1 parent 023b48a commit e470733
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions GRAPHICS/EnableMoonCycleOverride.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ void ENABLE_MOON_CYCLE_OVERRIDE(float phase);
Enable a custom moon cycle, allowing control of which lunar phase the moon is in.
## Parameters
- **phase**: A value indicating the moon cycle.
Valid values are from `0.0` to `1.0`, with `0.5` representing a full moon.
| Value | Lunar Phase |
Expand All @@ -30,8 +26,10 @@ Valid values are from `0.0` to `1.0`, with `0.5` representing a full moon.
The moon phase can be disabled with [DISABLE_MOON_CYCLE_OVERRIDE](#_0x2BF72AD5B41AA739)
## Examples
## Parameters
- **phase**: A value indicating the moon cycle.
## Examples
```lua
EnableMoonCycleOverride(0.5)
```

0 comments on commit e470733

Please sign in to comment.