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

◆ SetGlobalHealth()

void IEntity::SetGlobalHealth ( float health)
inlineprivate

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

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

1092 {
1093 SetHealth("", "", health);
1094 }
proto native void SetHealth(string zoneName, string healthType, float value)
Sets current state of health.

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