DayZ 1.27
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 строка 1124

1125 {
1126 DecreaseHealth("", "", dec_health, auto_delete);
1127 }
proto native void DecreaseHealth(string zoneName, string healthType, float value)
Decreases health.

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