Skip to content

Commit

Permalink
fix the parenthesis blunder
Browse files Browse the repository at this point in the history
  • Loading branch information
Auronen committed Jan 18, 2024
1 parent 70f10f7 commit 3bd7dab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ func void Wld_SetWeatherType( var int type ) {};

- `type` - weather type

## Wld_GetWeatherType()
## Wld_GetWeatherType
Returns the weather type.
Types:

`0` - snow
`1` - rain

```dae
func int Wld_GetWeatherType {};
func int Wld_GetWeatherType() {};
```

- `return` - weather type

0 comments on commit 3bd7dab

Please sign in to comment.