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

◆ IsHealthVisible()

bool IEntity::IsHealthVisible ( )
inlineprivate

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

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

743 {
744 return true;
745 }