MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / SetWeather

Method SetWeather

Sources/Jazz2/LevelHandler.cpp:2031–2035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2029 }
2030
2031 void LevelHandler::SetWeather(WeatherType type, std::uint8_t intensity)
2032 {
2033 _weatherType = type;
2034 _weatherIntensity = intensity;
2035 }
2036
2037 bool LevelHandler::BeginPlayMusic(StringView path, bool setDefault, bool forceReload)
2038 {

Callers 3

RollbackToCheckpointMethod · 0.80
ActivateEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected