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

◆ CanOpenCloseContainerEx()

override bool VicinityContainer::CanOpenCloseContainerEx ( EntityAI focusedEntity)
inlineprotected

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

667 {
668 if (focusedEntity)
669 {
670 ClosableContainer c = ClosableContainer.Cast( m_ShowedItems.Get( focusedEntity ) );
671 if (c && c.IsDisplayable())
672 {
673 return true;
674 }
675 }
676 return false;
677 }
override bool IsDisplayable()
Определения ContainerWithCargo.c:19
void ClosableContainer(LayoutHolder parent, int sort=-1)
Определения ClosableContainer.c:6
ref map< EntityAI, ref Container > m_ShowedItems
Определения VicinityContainer.c:4

Перекрестные ссылки Container::ClosableContainer(), ClosableContainer::IsDisplayable() и m_ShowedItems.