69 {
70 int agent_max = PluginTransmissionAgents.GetAgentMaxCount(
eAgents.FOOD_POISON);
73
76
79
81 {
84 {
89
94
97
100 }
101 }
102
104 {
107 {
110
112 }
113 }
114 }
DayZPlayer m_Player
Definition Hand_Events.c:42
Input value between 0 and 1, returns value adjusted by easing, no automatic clamping of input(do your...
Definition Easing.c:3
static float EaseInCirc(float t)
Definition Easing.c:142
static const int WATER_DRAIN_FROM_VOMIT
Definition Poisoning.c:9
static const int VOMIT_OCCURRENCES_PER_HOUR_MAX
Definition Poisoning.c:7
static const int ENERGY_DRAIN_FROM_VOMIT
Definition Poisoning.c:10
static const int VOMIT_OCCURRENCES_PER_HOUR_MIN
Definition Poisoning.c:6
static proto float InverseLerp(float a, float b, float value)
Calculates the linear value that produces the interpolant value within the range [a,...
static float RandomFloat01()
Returns a random float number between and min [inclusive] and max [inclusive].
Definition EnMath.c:126
static proto float Lerp(float a, float b, float time)
Linearly interpolates between 'a' and 'b' given 'time'.