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

◆ GetSoundSetByHash()

static string CrashSoundSets::GetSoundSetByHash ( int hash)
inlinestaticprivate

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

54 {
55 string sound_set;
56 if (m_Mappings)
57 m_Mappings.Find(hash,sound_set);
58 return sound_set;
59 }
static ref map< int, string > m_Mappings
Определения DayZGame.c:46

Перекрестные ссылки m_Mappings.

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