Eazy Sound Manager API Refrence
EazySoundManagerGetAudio Method (Int32) |
Returns the 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

C#
public static Audio GetAudio( int audioID )
Parameters
- audioID
- Type: SystemInt32
The id of the Audio to be retrieved
Return Value
Type: AudioAudio that has as its id the audioID, null if no such Audio is found
