PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
SoundSetMap Class Reference

Static Private Member Functions

static void Init ()
 
static string GetSoundSetName (int id)
 
static int GetSoundSetID (string name)
 

Static Private Attributes

static ref map< int, stringm_SoundSetMapIDByID = new map<int, string>
 
static ref map< string, intm_SoundSetMapIDByName = new map<string, int>
 

Member Function Documentation

◆ GetSoundSetID()

static int GetSoundSetID ( string  name)
inlinestaticprivate

References m_SoundSetMapIDByName, and name.

◆ GetSoundSetName()

static string GetSoundSetName ( int  id)
inlinestaticprivate

References m_SoundSetMapIDByID.

◆ Init()

Field Documentation

◆ m_SoundSetMapIDByID

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

Referenced by GetSoundSetName(), and Init().

◆ m_SoundSetMapIDByName

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

Referenced by GetSoundSetID(), and Init().


The documentation for this class was generated from the following file: