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

◆ ~VicinitySlotsContainer()

void VicinitySlotsContainer::~VicinitySlotsContainer ( )
inlineprotected

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

203 {
204 for ( int i = 0; i < m_Container.Count(); i++ )
205 {
207 if( c && c.GetMainWidget() )
208 {
209 delete m_Container.Get( i / ITEMS_IN_ROW ).GetMainWidget();
210 }
211 }
212 }
const int ITEMS_IN_ROW
Определения Attachments.c:1
const string Container
Определения CentralEconomy.c:6
void ClosableContainer(LayoutHolder parent, int sort=-1)
Определения ClosableContainer.c:6
ref AttachmentsGroupContainer m_Container
Определения VicinitySlotsContainer.c:3

Перекрестные ссылки Container::ClosableContainer(), ITEMS_IN_ROW и m_Container.