|
sc2-gamedata
|
#include <GameUI.h>

| uint32 SSoundData::AlertFadeTimeIn |
Alert Fade In Time.
| uint32 SSoundData::AlertFadeTimeOut |
Alert Fade Out Time.
| CVolumeRange SSoundData::AlertFadeVolume |
Alert Fade Volume Min & Max.
| std::vector<CDSPLink> SSoundData::DSPArray |
Digital Effects.
Reverberation sound effects for the sound data
| ESoundBlend SSoundData::DupeFadeBlend |
Dupe Fade Blend.
| std::vector<SVolumeFade> SSoundData::DupeFadeIn |
Dupe Fade In.
| std::vector<SVolumeFade> SSoundData::DupeFadeOut |
Dupe Fade Out.
| ESoundBlend SSoundData::FogFadeBlend |
Fog Fade Blend.
| std::vector<SVolumeFade> SSoundData::FogFadeIn |
Fog Fade In.
| std::vector<SVolumeFade> SSoundData::FogFadeOut |
Fog Fade Out.
| ESoundBlend SSoundData::MuteFadeBlend |
Mute Fade Blend.
| std::vector<SVolumeFade> SSoundData::MuteFadeIn |
Mute Fade In.
| std::vector<SVolumeFade> SSoundData::MuteFadeOut |
Mute Fade Out.
| ESoundBlend SSoundData::ReverbRolloffBlend |
Reverb Rolloff Blend.
| std::vector<SReverbRolloff> SSoundData::ReverbRolloffPoints |
Reverb Rolloff Points.
Roll off points for reducing frequency clutter
| uint32 SSoundData::ThresholdFadeTime |
Threshold Fade Time.
Amount of time is takes the sound data to fade once the threshold is reached
| std::vector<SVolumeThreshold> SSoundData::ThresholdPoints |
Threshold Points.
Threshold points parameters for the sound data
| CVolume SSoundData::Volume |
Volume.
Volume level for each type of sound data
| CVolume SSoundData::VolumeBaseline |
Volume Baseline.
| ESoundBlend SSoundData::VolumeRolloffBlend |
Volume Rolloff Blend.
| ESoundBlend SSoundData::VolumeRolloffFadeBlend |
Volume Rolloff Fade Blend.
Blending method for the volume roll off
| std::vector<SVolumeFade> SSoundData::VolumeRolloffFadeIn |
Volume Rolloff Fade In.
Fade in parameters for the sound data
| std::vector<SVolumeFade> SSoundData::VolumeRolloffFadeOut |
Volume Rolloff Fade Out.
Fade out parameters for the sound data
| std::vector<SVolumeRolloff> SSoundData::VolumeRolloffPoints |
Volume Rolloff Points.
Volume roll off points parameters for the sound data
1.8.14