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

◆ SetGlobalHealth()

void IEntity::SetGlobalHealth ( float health)
inlineprivate

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

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

1079 {
1080 SetHealth("", "", health);
1081 }
proto native void SetHealth(string zoneName, string healthType, float value)
Sets current state of health.

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