DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ DecreaseHealth() [1/3]

void IEntity::DecreaseHealth ( float dec_health,
bool auto_delete = true )
inlineprivate

Equivalent of DecreaseHealth("", "", float value, bool auto_delete);.

См. определение в файле Object.c строка 1107

1108 {
1109 DecreaseHealth("", "", dec_health, auto_delete);
1110 }
proto native void DecreaseHealth(string zoneName, string healthType, float value)
Decreases health.

Перекрестные ссылки DecreaseHealth().