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

◆ OnChildRemove()

override bool VicinityContainer::OnChildRemove ( Widget w,
Widget child )
inlineprotected

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

701 {
702 w.Update();
703 float x, y;
704 w.GetScreenSize( x, y );
705 if ( w == GetMainWidget() )
706 {
707 GetMainWidget().Update();
708 m_Parent.OnChildRemove( w, child );
709 }
710 return true;
711 }
Entity m_Parent
Определения CachedEquipmentStorageBase.c:15
Icon x
Icon y

Перекрестные ссылки m_Parent, x и y.