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

◆ SetHealth() [1/2]

void IEntity::SetHealth ( float health)
inlineprivate

Equivalent of SetHealth("", "", float value);.

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

1070 {
1071 SetHealth("", "", health);
1072 }
proto native void SetHealth(string zoneName, string healthType, float value)
Sets current state of health.

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