#include <big.h>
|
| enum | ELibSound {
Alert,
ShowDialog,
HideDialog,
ShowMenu,
HideMenu,
Focus,
Valid,
Start,
Countdown,
Victory,
ScoreIncrease,
Checkpoint
} |
| |
|
| 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 () |
| |
◆ ELibSound
| Enumerator |
|---|
| Alert | |
| ShowDialog | |
| HideDialog | |
| ShowMenu | |
| HideMenu | |
| Focus | |
| Valid | |
| Start | |
| Countdown | |
| Victory | |
| ScoreIncrease | |
| Checkpoint | |
◆ ClearAllDelayedSoundsEvents()
| Void CAudioManager::ClearAllDelayedSoundsEvents |
( |
| ) |
|
◆ CreateMusic()
◆ CreateSound() [1/2]
◆ CreateSound() [2/2]
◆ DestroyMusic()
◆ DestroySound()
◆ PlaySoundEvent() [1/10]
◆ PlaySoundEvent() [2/10]
| Void CAudioManager::PlaySoundEvent |
( |
Text |
Url, |
|
|
Real |
VolumedB |
|
) |
| |
◆ PlaySoundEvent() [3/10]
◆ PlaySoundEvent() [4/10]
◆ PlaySoundEvent() [5/10]
◆ PlaySoundEvent() [6/10]
◆ PlaySoundEvent() [7/10]
◆ PlaySoundEvent() [8/10]
| Void CAudioManager::PlaySoundEvent |
( |
Text |
Url, |
|
|
Real |
VolumedB, |
|
|
Vec3 |
PanRadiusLfe |
|
) |
| |
◆ PlaySoundEvent() [9/10]
◆ PlaySoundEvent() [10/10]
◆ ForceEnableMusic
| Boolean CAudioManager::ForceEnableMusic |
◆ LimitMusicVolumedB
| Real CAudioManager::LimitMusicVolumedB |
◆ LimitSceneSoundVolumedB
| Real CAudioManager::LimitSceneSoundVolumedB |
◆ LimitUiSoundVolumedB
| Real CAudioManager::LimitUiSoundVolumedB |
◆ Sounds
The documentation for this struct was generated from the following file: