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

◆ ToggleContainer() [2/2]

void VicinityContainer::ToggleContainer ( Widget w,
EntityAI item )
inlineprotected

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

650 {
651 SlotsIcon slots_icon;
652 Container c;
653 w.GetUserData(slots_icon);
654
655 if ( item )
656 {
657 c = Container.Cast( m_ShowedItems.Get( item ) );
658 }
659
660 if (c)
661 {
663 }
664 }
const string Container
Определения CentralEconomy.c:6
ref map< EntityAI, ref Container > m_ShowedItems
Определения VicinityContainer.c:4
void ToggleContainer(Widget w, EntityAI item)
Определения VicinityContainer.c:649

Перекрестные ссылки m_ShowedItems и ToggleContainer().

Используется в ExpandCollapseContainer(), VicinitySlotsContainer::MouseClick() и ToggleContainer().