![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | TemperatureData |
Functions | |
| class TemperatureData | InterpolateTemperatureDelta (float start) |
| void | TemperatureData (float val, ETemperatureAccessTypes accessType=ETemperatureAccessTypes.ACCESS_UNKNOWN, float time=-1, float timeCoef=1, float heatPermCoef=1) |
| void | Init () |
| Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) | |
|
protected |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
Definition at line 59 of file temperaturedata.c.
| class TemperatureData InterpolateTemperatureDelta | ( | float | start | ) |
Definition at line 1 of file temperaturedata.c.
| void InterpolateTemperatureDelta::TemperatureData | ( | float | val, |
| ETemperatureAccessTypes | accessType = ETemperatureAccessTypes.ACCESS_UNKNOWN, | ||
| float | time = -1, | ||
| float | timeCoef = 1, | ||
| float | heatPermCoef = 1 ) |
Definition at line 47 of file temperaturedata.c.
| ETemperatureAccessTypes m_AccessType |
Definition at line 36 of file temperaturedata.c.
| float m_AdjustedTarget |
Definition at line 39 of file temperaturedata.c.
| float m_HeatPermeabilityCoef |
Definition at line 42 of file temperaturedata.c.
| float m_InterpolatedFraction |
Definition at line 45 of file temperaturedata.c.
| float m_InterpolatedStepSize |
Definition at line 44 of file temperaturedata.c.
| float m_UpdateTimeCoef |
Definition at line 41 of file temperaturedata.c.
| float m_UpdateTimeInfo |
Definition at line 40 of file temperaturedata.c.
| bool m_UseGlobalCooling |
Definition at line 37 of file temperaturedata.c.
| float m_Value |
Definition at line 38 of file temperaturedata.c.