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

◆ SetHealthMax()

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

Sets health to its maximum (zone or global)

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

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

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