8 string path =
"CfgSoundSets";
12 for (
int i = 1; i < soundCount; i++)
14 string soundClassName;
proto native int ConfigGetChildrenCount(string path)
Get count of subclasses in config class on path.
proto bool ConfigGetChildName(string path, int index, out string name)
Get name of subclass in config class on path.
static ref map< string, int > m_SoundSetMapIDByName
static int GetSoundSetID(string name)
static string GetSoundSetName(int id)
static ref map< int, string > m_SoundSetMapIDByID
proto native CGame GetGame()