DayZ 1.24
Loading...
Searching...
No Matches
MainMenuWorldData.c
Go to the documentation of this file.
1#ifdef PLATFORM_CONSOLE
3{
4 override bool WeatherOnBeforeChange(EWeatherPhenomenon type, float actual, float change, float time)
5 {
6 return false;
7 }
8}
9#endif
EWeatherPhenomenon
Definition Weather.c:11
Keeps information about currently loaded world, like temperature.
Definition WorldData.c:3