SetFrequency - SoundCategory

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: SoundCategory Script

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

Syntax[edit | edit source]

Function SetFrequency(float afFrequencyCoeffecient) native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

None

Examples[edit | edit source]

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

See Also[edit | edit source]