DIFF

class SoundSetMapSource

Members 2

static ref map<int, string> m_SoundSetMapIDByID = new map<int, string>
Referenced by GetSoundSetName(), and Init()
static ref map<string, int> m_SoundSetMapIDByName = new map<string, int>
Referenced by GetSoundSetID(), and Init()

Methods 3

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