Eazy Sound Manager API Refrence
EazySoundManagerRestoreAudioFromPool Method |
Restores and re-adds a pooled audio to its corresponding audio dictionary
Namespace: Hellmade.Sound
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public static bool RestoreAudioFromPool( AudioAudioType audioType, int audioID )
Parameters
- audioType
- Type: Hellmade.SoundAudioAudioType
The audio type of the audio to restore - audioID
- Type: SystemInt32
The ID of the audio to be restored
Return Value
Type: BooleanTrue if the audio is restored, false if the audio was not in the audio pool.
