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