EazySoundManager.RestoreAudioFromPool Method

Eazy Sound Manager API

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
Syntax
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: Boolean
True if the audio is restored, false if the audio was not in the audio pool.
See Also