Decreases health by the given coeficient.
См. определение в файле Object.c строка 1129
1130 {
1132 float final_health_coef =
GetHealth01() - dec_health_coef;
1133 float final_health =
GetMaxHealth() * final_health_coef;
1135 }
float GetHealth01()
Equivalent of GetHealth01("", "");.
float GetHealth()
Equivalent of GetHealth("", "");.
float GetMaxHealth()
Equivalent of GetMaxHealth("", "");.
proto native void DecreaseHealth(string zoneName, string healthType, float value)
Decreases health.
Перекрестные ссылки DecreaseHealth(), GetHealth(), GetHealth01() и GetMaxHealth().