public static boolean SaveSoundHandle(hashtable table, integer parentKey, integer childKey, sound whichSound) { table.Add(parentKey.ToString("x8") + childKey.ToString("x8"), whichSound); return(true); }
public static void TriggerWaitForSound(sound s, real offset) { }