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

◆ Init()

static void AmmoEffects::Init ( )
inlinestaticprivate

Initialize the containers: this is done this way, to have these not exist on server.

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

122 {
125 }
map
Определения ControlsXboxNew.c:4
static ref map< string, typename > m_AmmoEffects
Key: Ammo class name; Data: ParticleList ID.
Определения AmmoEffects.c:11
static ref map< string, int > m_AmmoParticles
Key: Ammo class name; Data: ParticleList ID.
Определения AmmoEffects.c:8

Перекрестные ссылки m_AmmoEffects и m_AmmoParticles.

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