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

◆ CanOpenCloseContainerEx()

override bool VicinityContainer::CanOpenCloseContainerEx ( EntityAI focusedEntity)
inlineprotected

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

627 {
628 if (focusedEntity)
629 {
630 ClosableContainer c = ClosableContainer.Cast( m_ShowedItems.Get( focusedEntity ) );
631 if (c && c.IsDisplayable())
632 {
633 return true;
634 }
635 }
636 return false;
637 }
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.