Gameplay::getPrevWeatherTypeHashName: 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:3515:35, 29 April 2024Shr0x talk contribs 531 bytes +531 Created page with "{{ClientsideJsFunction}} {{JSContainer| Gets the hash name of the previous weather type ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getPrevWeatherTypeHashName(); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const previousWeather = mp.game.gameplay.getPrevWeatherTypeHashName(); mp.console.logInfo(`Previous weather hash type is: ${previousWeather}`) </syntaxhighlight> }} ==See also..."