![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Private Member Functions | |
| static int | GetSoundSetID (string name) |
| static string | GetSoundSetName (int id) |
| static void | Init () |
Static Private Attributes | |
| static ref map< int, string > | m_SoundSetMapIDByID = new map<int, string> |
| static ref map< string, int > | m_SoundSetMapIDByName = new map<string, int> |
Definition at line 1 of file soundsetmap.c.
Definition at line 27 of file soundsetmap.c.
References m_SoundSetMapIDByName, and name.
Definition at line 22 of file soundsetmap.c.
References m_SoundSetMapIDByID.
|
inlinestaticprivate |
Definition at line 6 of file soundsetmap.c.
References g_Game, m_SoundSetMapIDByID, m_SoundSetMapIDByName, and path.
Referenced by MissionBaseWorld::MissionBase().
Definition at line 3 of file soundsetmap.c.
Referenced by GetSoundSetName(), and Init().
Definition at line 4 of file soundsetmap.c.
Referenced by GetSoundSetID(), and Init().