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

◆ SetHealthMax()

void IEntity::SetHealthMax ( string zoneName = "",
string healthType = "" )
inlineprivate

Sets health to its maximum (zone or global)

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

1115 {
1116 SetHealth(zoneName,healthType,GetMaxHealth(zoneName,healthType));
1117 }
float GetMaxHealth()
Equivalent of GetMaxHealth("", "");.
Определения Object.c:1081
proto native void SetHealth(string zoneName, string healthType, float value)
Sets current state of health.

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