CAudioScriptSound@ CreateSound(string Url)
CAudioScriptSound@ CreateSoundEx(string Url, float VolumedB, bool IsMusic, bool IsLooping, bool IsSpatialized)
void DestroySound(CAudioScriptSound@ Sound)
CAudioScriptMusic@ CreateMusic(string Url)
void DestroyMusic(CAudioScriptMusic@ Music)
void PlaySoundEvent(CAudioScriptSound@ Sound, float VolumedB)
void PlaySoundEventUrl(string Url, float VolumedB)
void PlaySoundLibrary(CAudioScriptManager::ELibSound Sound, uint SoundVariant, float VolumedB)
void PlayDelayedSoundEvent(CAudioScriptSound@ Sound, float VolumedB, int Delay)
void PlayDelayedSoundEventUrl(string Url, float VolumedB, int Delay)
void PlayDelayedSoundLibrary(CAudioScriptManager::ELibSound Sound, uint SoundVariant, float VolumedB, int Delay)
void PlaySoundEventMix(CAudioScriptSound@ Sound, float VolumedB, vec3 PanRadiusLfe)
void PlaySoundEventMixUrl(string Url, float VolumedB, vec3 PanRadiusLfe)
void PlayDelayedSoundEventMix(CAudioScriptSound@ Sound, float VolumedB, vec3 PanRadiusLfe, int Delay)
void PlayDelayedSoundEventMixUrl(string Url, float VolumedB, vec3 PanRadiusLfe, int Delay)
void ClearAllDelayedSoundsEvents()