Gameplay::clearOverrideWeather

From RAGE Multiplayer Wiki
Revision as of 09:26, 29 April 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Stop overridding the global weather. ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.clearOverrideWeather(); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.game.gameplay.clearOverrideWeather(); </syntaxhighlight> }} ==See also== {{Gameplay_definition_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

Stop overridding the global weather.

Return value

  • void

Syntax

mp.game.gameplay.clearOverrideWeather();

Example

mp.game.gameplay.clearOverrideWeather();


See also