|
| CAudioSource | CreateSound (Text Url) |
| |
| CAudioSource | CreateSound (Text Url, Real VolumedB, Boolean IsMusic, Boolean IsLooping, Boolean IsSpatialized) |
| |
| Void | DestroySound (CAudioSource Sound) |
| |
| CAudioSourceMusic | CreateMusic (Text Url) |
| |
| Void | DestroyMusic (CAudioSourceMusic Music) |
| |
| Void | PlaySoundEvent (CAudioSource Sound, Real VolumedB) |
| |
| Void | PlaySoundEvent (Text Url, Real VolumedB) |
| |
| Void | PlaySoundEvent (ELibSound Sound, Integer SoundVariant, Real VolumedB) |
| |
| Void | PlaySoundEvent (CAudioSource Sound, Real VolumedB, Integer Delay) |
| |
| Void | PlaySoundEvent (Text Url, Real VolumedB, Integer Delay) |
| |
| Void | PlaySoundEvent (ELibSound Sound, Integer SoundVariant, Real VolumedB, Integer Delay) |
| |
| Void | PlaySoundEvent (CAudioSource Sound, Real VolumedB, Vec3 PanRadiusLfe) |
| |
| Void | PlaySoundEvent (Text Url, Real VolumedB, Vec3 PanRadiusLfe) |
| |
| Void | PlaySoundEvent (CAudioSource Sound, Real VolumedB, Vec3 PanRadiusLfe, Integer Delay) |
| |
| Void | PlaySoundEvent (Text Url, Real VolumedB, Vec3 PanRadiusLfe, Integer Delay) |
| |
| Void | ClearAllDelayedSoundsEvents () |
| |