SetFrequency - SoundCategory

Member of: SoundCategory Script

Set a frequency modifier on any sounds in the given sound category.

SyntaxEdit

Function SetFrequency(float afFrequencyCoeffecient) native

ParametersEdit

None

Return ValueEdit

None

ExamplesEdit

; Lower ambient region sounds by 1 octave
AmbRegionSoundCategory.SetFrequency(0.5)

See AlsoEdit