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

◆ IsHealthVisible()

bool IEntity::IsHealthVisible ( )
inlineprivate

Returns if the health of this entity should be displayed (widgets, inventory)

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

746 {
747 return true;
748 }