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

◆ AddSlotsContainer()

void ZombieContainer::AddSlotsContainer ( int row_count)
inlineprotected

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

521 {
522 ref SlotsContainer s_cont = new SlotsContainer( m_Container, m_ZombieEntity );
523 s_cont.SetColumnCount( row_count );
524 m_Container.Insert( s_cont );
525 }
ref AttachmentsGroupContainer m_Container
Определения ZombieContainer.c:3
EntityAI m_ZombieEntity
Определения ZombieContainer.c:7

Перекрестные ссылки m_Container и m_ZombieEntity.

Используется в InitGhostSlots().