Gameplay::getNextWeatherTypeHashName: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 April 2024

  • curprev 15:3615:36, 29 April 2024Shr0x talk contribs 515 bytes +515 Created page with "{{ClientsideJsFunction}} {{JSContainer| Gets the hash name of the next weather type ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getNextWeatherTypeHashName(); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const nextWeather = mp.game.gameplay.getNextWeatherTypeHashName(); mp.console.logInfo(`Next weather hash type is: ${nextWeather}`) </syntaxhighlight> }} ==See also== {{Gameplay_de..."