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

◆ CanOpenCloseContainerEx()

override bool AttachmentCategoriesContainer::CanOpenCloseContainerEx ( EntityAI focusedEntity)
inlineprotected

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

530 {
531 if (m_OpenedContainers.Count() > m_ActiveIndex)
532 {
534 SlotsIcon icon = GetFocusedSlotsIcon();
535
536 if (icon)
537 {
538 c = ClosableContainer.Cast(icon.GetContainer());
539 }
540
541 if (c && c.IsDisplayable())
542 {
543 return true;
544 }
545 }
546
547 return false;
548 }
override bool IsDisplayable()
Определения ContainerWithCargo.c:19
void ClosableContainer(LayoutHolder parent, int sort=-1)
Определения ClosableContainer.c:6
Container GetContainer()
Определения SlotsIcon.c:149

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