This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

SetFrequency - SoundCategory

From the 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]

None

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]