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

◆ IsInventoryVisible()

bool Entity::IsInventoryVisible ( )
inlineprotected

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 719

720 {
721 return !( GetParent() || GetHierarchyParent() );
722 }
proto native EntityAI GetHierarchyParent()
Returns direct parent of current entity.
proto native Widget GetParent()
Get parent of the Effect.
Определения Effect.c:422

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