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

◆ SetHealth() [1/2]

void IEntity::SetHealth ( float health)
inlineprivate

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

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

1074 {
1075 SetHealth("", "", health);
1076 }
proto native void SetHealth(string zoneName, string healthType, float value)
Sets current state of health.

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