SetCloudSettingsOverride
DocsSetCloudSettingsOverride(overrideSettingsName)Description
Introduced in build 323
Overrides the cloud settings, which are normally controlled by the weather, with the specified named version. This native allows for custom cloud formations and behaviors that deviate from the default settings associated with the game's current weather conditions.
Parameters
| Name | Type | Description |
|---|---|---|
overrideSettingsName | char* | The name of the cloud settings to use. Use a empty string to clear the override and return to the default settings. |
Returns
voidThis native does not return a value.