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

◆ ToggleContainer() [2/2]

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

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

610 {
611 SlotsIcon slots_icon;
612 Container c;
613 w.GetUserData(slots_icon);
614
615 if ( item )
616 {
617 c = Container.Cast( m_ShowedItems.Get( item ) );
618 }
619
620 if (c)
621 {
623 }
624 }
const string Container
Определения CentralEconomy.c:6
ref map< EntityAI, ref Container > m_ShowedItems
Определения VicinityContainer.c:4
void ToggleContainer(Widget w, EntityAI item)
Определения VicinityContainer.c:609

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

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