World::setWeatherTransition: Difference between revisions

From RAGE Multiplayer Wiki
Line 9: Line 9:
==Example==
==Example==
<source lang="javascript">
<source lang="javascript">
mp.environment.setWeatherTransition
mp.world.setWeatherTransition
</source>
</source>


==References==
==References==
[[Category:Weather API]]
[[Category:Weather API]]

Revision as of 15:15, 29 January 2018

This property gets/sets game weather.

Getter

  • String

Setter

  • String

Example

mp.world.setWeatherTransition

References