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

  • afFrequencyCoeffecient: The frequency modifier to apply (0 to 1)

Return ValueEdit

None

ExamplesEdit

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

See AlsoEdit