| 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 | { |
no outgoing calls
no test coverage detected