Weather - powerof3/PapyrusExtenderSSE GitHub Wiki
Getters
GetWindSpeedAsFloat
- Gets wind speed as shown as in CK conditions (0.0-1.0).
float Function GetWindSpeedAsFloat(Weather akWeather) global native
GetWindSpeedAsInt
- Gets wind speed as shown in the weather form (0-255).
int Function GetWindSpeedAsInt(Weather akWeather) global native
GetWeatherType
Type |
Value |
Pleasant |
0 |
Cloudy |
1 |
Rainy |
2 |
Snow |
3 |
- Gets weather/current weather type if akWeather is None
int Function GetWeatherType(Weather akWeather = None) global native