This site has been archived and made available for preservation purposes. No edits can be made.

SetGameWeather

Sets the in-game weather.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetGameWeather))(VAULTSPACE Base) VAULTCPP(noexcept);
Code c:
native SetGameWeather(weather);

[top]Parameters

Base - the new weather

[top]Return value

None.