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