DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnChildRemove()
override
bool
VicinityContainer::OnChildRemove
(
Widget
w
,
Widget
child
)
inline
protected
См. определение в файле
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
}
m_Parent
Entity m_Parent
Определения
CachedEquipmentStorageBase.c:15
x
Icon x
y
Icon y
Перекрестные ссылки
m_Parent
,
x
и
y
.
VicinityContainer
Создано системой
1.13.2