SetWeatherTypePersist
DocsSetWeatherTypePersist(weatherType)Description
Introduced in build 323
Sets the current weather type to persist indefinitely until changed.
Note: This native is not supported in networked sessions. Please refer to <code>SET_OVERRIDE_WEATHER</code> or <code>SET_WEATHER_TYPE_NOW_PERSIST</code> if you want to override weather in networked sessions.
Parameters
| Name | Type | Description |
|---|---|---|
weatherType | char* | The weather type to be set as persistent. Refer to [`SET_WEATHER_TYPE_NOW_PERSIST`](#\_0xED712CA327900C8A) for a list of weather type strings. |
Returns
voidThis native does not return a value.