DayZ 1.24
Loading...
Searching...
No Matches
Thermometer.c
Go to the documentation of this file.
1class Thermometer extends ItemBase
2{
13
14 override void SetActions()
15 {
16 super.SetActions();
17
20 }
21}
void AddAction(typename actionName)
eModifierSyncIDs
override void SetActions()
Definition Thermometer.c:14
float GetTemperatureValue(PlayerBase player)
Definition Thermometer.c:3
Definition EnMath.c:7
static const float NORMAL_TEMPERATURE_L
static const float NORMAL_TEMPERATURE_H
static const float HIGH_TEMPERATURE_H
static const float HIGH_TEMPERATURE_L
static float RandomFloatInclusive(float min, float max)
Returns a random float number between and min [inclusive] and max [inclusive].
Definition EnMath.c:106
static proto float Round(float f)
Returns mathematical round of value.