79 {
81
85
87 {
90 {
94
96 {
99 break;
100
103 break;
104
107 break;
108
109 default:
110 break;
111 }
112
114 {
116 {
120 }
121 else
123 }
124 }
125 }
126 }
string m_CurrentDamageZone
Definition ActionRepairCarPart.c:18
const float DAMAGE_RUINED_VALUE
Definition constants.c:823
const float DAMAGE_DAMAGED_VALUE
Definition constants.c:821
const float DAMAGE_BADLY_DAMAGED_VALUE
Definition constants.c:822
const int STATE_BADLY_DAMAGED
Definition constants.c:808
const int STATE_DAMAGED
Definition constants.c:809
static proto float Clamp(float value, float min, float max)
Clamps 'value' to 'min' if it is lower than 'min', or to 'max' if it is higher than 'max'.
static float RandomFloatInclusive(float min, float max)
Returns a random float number between and min [inclusive] and max [inclusive].
Definition EnMath.c:106