Gameplay::setOverrideWeather

From RAGE Multiplayer Wiki
Revision as of 21:07, 6 May 2017 by Marty uploader (talk | contribs) (yay)

Appears to have an optional bool parameter that is unused in the scripts.

If you pass true, something will be set to zero.

Syntax

mp.game.gameplay.setOverrideWeather(weatherType);

Required Arguments

  • weatherType: String

Return value

  • Undefined

Example

// todo

See also

Template:Gameplay s function c