EazySoundManager.GetUISoundAudio Method (Int32)

Eazy Sound Manager API

EazySoundManagerGetUISoundAudio Method (Int32)

Returns the UI sound fx Audio that has as its id the audioID if one is found, returns null if no such Audio is found

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static Audio GetUISoundAudio(
	int audioID
)

Parameters

audioID
Type: SystemInt32
The id of the UI sound fx Audio to be returned

Return Value

Type: Audio
UI sound fx Audio that has as its id the audioID if one is found, null if no such Audio is found
See Also