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

◆ GetInstance()

static DayZPlayerTypeSoundTableImpl GetInstance ( )
static

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

193 {
194 table = new PlayerVoiceLookupTable();
195 table.LoadTable(tableName);
196 m_pSoundTableInstances.Insert(tableName.Hash(), table);
197
198 string noiseName;
void PlayerVoiceLookupTable()
Определения DayZAnimEventMaps.c:99
autoptr map< int, ref StepSoundLookupTable > m_pSoundTableInstances
Определения DayZPlayerCfgSounds.c:201

Перекрестные ссылки GetGame(), string::Hash(), m_pSoundTableInstances и PlayerVoiceLookupTable().