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

◆ ~SlotsIcon()

void SlotsIcon::~SlotsIcon ( )
inlineprotected

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

170 {
171 if (m_IsDragged)
172 {
173 m_IsDragged = false;
174 ItemManager.GetInstance().HideDropzones();
175 ItemManager.GetInstance().SetIsDragging( false );
176 }
177
178 if (m_Obj)
179 {
180 m_Obj.GetOnItemFlipped().Remove( UpdateFlip );
181 m_Obj.GetOnViewIndexChanged().Remove( SetItemPreview );
182 }
183 }
void UpdateFlip(bool flipped)
Определения SlotsIcon.c:491
bool m_IsDragged
Определения SlotsIcon.c:18
EntityAI m_Obj
Определения SlotsIcon.c:13
void SetItemPreview()
Определения SlotsIcon.c:471

Перекрестные ссылки ItemManager::GetInstance(), ItemManager::HideDropzones(), m_IsDragged, m_Obj, ItemManager::SetIsDragging(), SetItemPreview() и UpdateFlip().