Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс CrashSoundSets

Закрытые статические члены

static void RegisterSoundSet (string sound_set)
 
static string GetSoundSetByHash (int hash)
 

Закрытые статические данные

static ref map< int, stringm_Mappings = new map<int, string>
 

Подробное описание

Методы

◆ GetSoundSetByHash()

static string GetSoundSetByHash ( int hash)
inlinestaticprivate
54 {
55 string sound_set;
56 if (m_Mappings)
58 return sound_set;
59 }
static ref map< int, string > m_Mappings
Definition DayZGame.c:46
Definition EntityAI.c:95

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

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

◆ RegisterSoundSet()

static void RegisterSoundSet ( string sound_set)
inlinestaticprivate
49 {
50 m_Mappings.Set(sound_set.Hash(), sound_set);
51 }

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

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

Поля

◆ m_Mappings

ref map<int, string> m_Mappings = new map<int, string>
staticprivate

Используется в GetSoundSetByHash() и RegisterSoundSet().


Объявления и описания членов класса находятся в файле: