Background for Skyrim SE
Member of the SoundCategory script
voidfunctionSetFrequency(floatafFrequencyCoeffecient)Native

Description

Wiki Description

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

Documentation Comment

Set a frequency modifier [0.0 - 1.0] for any sounds in this category


Caveats


Parameters

floatafFrequencyCoeffecient


Examples

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

Auto-Generated Example

float myFloat__afFrequencyCoeffecient

mySoundCategory__toCallFunctionOn.SetFrequency(myFloat__afFrequencyCoeffecient)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.