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

◆ Open()

override void AttachmentCategoriesContainer::Open ( )
inlineprotected

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

488 {
489 if( IsDisplayable() )
490 {
491 super.Open();
492 //ItemManager.GetInstance().SetDefaultOpenState( m_Entity.GetType(), true );
493 SetOpenForSlotIcon(true);
494 OnShow();
495 //m_Parent.m_Parent.Refresh();
496 }
497 }
override bool IsDisplayable()
Определения AttachmentCategoriesContainer.c:49
override void OnShow()
Определения CollapsibleContainer.c:36

Перекрестные ссылки IsDisplayable() и CollapsibleContainer::OnShow().