Native referenceFiveM

SET_CLOUD_SETTINGS_OVERRIDE

0x02DEAAC8F8EA7FE7 MISC
FUNCTION SIGNATURE
void SET_CLOUD_SETTINGS_OVERRIDE(char* overrideSettingsName);
Property Value
Native Name SET_CLOUD_SETTINGS_OVERRIDE
Hash 0x02DEAAC8F8EA7FE7
Return Type void
Parameters overrideSettingsName (char*)

Description: 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.

NativeDB Introduced: v323

Parameters

  • overrideSettingsName (char*) — The name of the cloud settings to use. Use a empty string to clear the override and return to the default settings.
Back to MISC