diff --git a/MISC/GetNextWeatherTypeHashName.md b/MISC/GetNextWeatherTypeHashName.md index 73007e211..b05e52b40 100644 --- a/MISC/GetNextWeatherTypeHashName.md +++ b/MISC/GetNextWeatherTypeHashName.md @@ -9,6 +9,6 @@ aliases: ["_GET_NEXT_WEATHER_TYPE"] Hash GET_NEXT_WEATHER_TYPE_HASH_NAME(); ``` -Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#_0xED712CA327900C8A) for weather types. +Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for weather types. ## Return value diff --git a/MISC/GetPrevWeatherTypeHashName.md b/MISC/GetPrevWeatherTypeHashName.md index c3d8830ac..eb697f948 100644 --- a/MISC/GetPrevWeatherTypeHashName.md +++ b/MISC/GetPrevWeatherTypeHashName.md @@ -9,6 +9,6 @@ aliases: ["_GET_PREV_WEATHER_TYPE"] Hash GET_PREV_WEATHER_TYPE_HASH_NAME(); ``` -Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#_0xED712CA327900C8A) for weather types. +Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for weather types. ## Return value diff --git a/MISC/GetWeatherTypeTransition.md b/MISC/GetWeatherTypeTransition.md index 2dea5fe99..11de50c03 100644 --- a/MISC/GetWeatherTypeTransition.md +++ b/MISC/GetWeatherTypeTransition.md @@ -8,7 +8,7 @@ ns: MISC void _GET_WEATHER_TYPE_TRANSITION(Hash* weatherType1, Hash* weatherType2, float* percentWeather2); ``` -Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#_0xED712CA327900C8A) for weather types. +Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for weather types. ## Parameters * **weatherType1**: diff --git a/MISC/IsNextWeatherType.md b/MISC/IsNextWeatherType.md index e16e2b454..54beb45c4 100644 --- a/MISC/IsNextWeatherType.md +++ b/MISC/IsNextWeatherType.md @@ -8,7 +8,7 @@ ns: MISC BOOL IS_NEXT_WEATHER_TYPE(char* weatherType); ``` -Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#_0xED712CA327900C8A) for weather types. +Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for weather types. ## Parameters * **weatherType**: diff --git a/MISC/IsPrevWeatherType.md b/MISC/IsPrevWeatherType.md index 61da2cd1d..43573edf2 100644 --- a/MISC/IsPrevWeatherType.md +++ b/MISC/IsPrevWeatherType.md @@ -8,7 +8,7 @@ ns: MISC BOOL IS_PREV_WEATHER_TYPE(char* weatherType); ``` -Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#_0xED712CA327900C8A) for weather types. +Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for weather types. ## Parameters * **weatherType**: diff --git a/MISC/SetOverrideWeather.md b/MISC/SetOverrideWeather.md index 8d1bbe29f..8f3868683 100644 --- a/MISC/SetOverrideWeather.md +++ b/MISC/SetOverrideWeather.md @@ -8,7 +8,7 @@ ns: MISC void SET_OVERRIDE_WEATHER(char* weatherType); ``` -Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#_0xED712CA327900C8A) for weather types. +Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for weather types. ## Parameters * **weatherType**: diff --git a/MISC/SetWeatherTypeNow.md b/MISC/SetWeatherTypeNow.md index c082fe411..82f40c9d1 100644 --- a/MISC/SetWeatherTypeNow.md +++ b/MISC/SetWeatherTypeNow.md @@ -32,6 +32,8 @@ NativeDB Introduced: v323 - BLIZZARD - HALLOWEEN - NEUTRAL +- RAIN_HALLOWEEN +- SNOW_HALLOWEEN ## Parameters * **weatherType**: The weather type to set. This should be one of the predefined weather type strings. diff --git a/MISC/SetWeatherTypeOvertimePersist.md b/MISC/SetWeatherTypeOvertimePersist.md index ca97ea803..96a41c2aa 100644 --- a/MISC/SetWeatherTypeOvertimePersist.md +++ b/MISC/SetWeatherTypeOvertimePersist.md @@ -9,7 +9,7 @@ aliases: ["_SET_WEATHER_TYPE_OVER_TIME"] void SET_WEATHER_TYPE_OVERTIME_PERSIST(char* weatherType, float time); ``` -Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#_0xED712CA327900C8A) for weather types. +Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for weather types. ## Parameters * **weatherType**: The weather type to override to. diff --git a/MISC/SetWeatherTypePersist.md b/MISC/SetWeatherTypePersist.md index 0ab19c7e5..bc3ab52d5 100644 --- a/MISC/SetWeatherTypePersist.md +++ b/MISC/SetWeatherTypePersist.md @@ -17,4 +17,4 @@ NativeDB Introduced: v323 ``` ## Parameters -* **weatherType**: The weather type to be set as persistent. Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#_0xED712CA327900C8A) for a list of weather type strings. +* **weatherType**: The weather type to be set as persistent. Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for a list of weather type strings. diff --git a/MISC/SetWeatherTypeTransition.md b/MISC/SetWeatherTypeTransition.md index 66537bb7a..a3a3ba0e3 100644 --- a/MISC/SetWeatherTypeTransition.md +++ b/MISC/SetWeatherTypeTransition.md @@ -8,7 +8,7 @@ ns: MISC void _SET_WEATHER_TYPE_TRANSITION(Hash weatherType1, Hash weatherType2, float percentWeather2); ``` -Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#_0xED712CA327900C8A) for weather types. +Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for weather types. ``` Mixes two weather types. If percentWeather2 is set to 0.0f, then the weather will be entirely of weatherType1, if it is set to 1.0f it will be entirely of weatherType2. If it's set somewhere in between, there will be a mixture of weather behaviors. To test, try this in the RPH console, and change the float to different values between 0 and 1: