Difference between revisions of "SoundDescriptor Script"
Jump to navigation
Jump to search
imported>CraftySentinel (Created Sound Descriptors Script) |
imported>CraftySentinel m (→SKSE Member Functions: Reverted to List) |
||
Line 21: | Line 21: | ||
== SKSE Member Functions == | == SKSE Member Functions == | ||
:'''Float [[GetDecibelAttenuation - SoundDescriptor|GetDecibelAttenuation]]()''' | |||
:* | |||
:'''[[SetDecibelAttenuation - SoundDescriptor|SetDecibelAttenuation]](Float ''dbAttenuation'')''' | |||
:* | |||
:'''Int [[GetDecibelVariance - SoundDescriptor|GetDecibelVariance]]()''' | |||
:* | |||
:'''[[SetDecibelVariance - SoundDescriptor|SetDecibelVariance]](Int ''dbVariance'')''' | |||
:* | |||
:'''Int [[GetFrequencyVariance - SoundDescriptor|GetFrequencyVariance]]()''' | |||
:* | |||
:'''[[SetFrequencyVariance - SoundDescriptor|SetFrequencyVariance]](Int ''frequencyVariance'')''' | |||
:* | |||
:'''Int [[GetFrequencyShift - SoundDescriptor|GetFrequencyShift]]()''' | |||
:* | |||
:'''[[SetFrequencyShift - SoundDescriptor|SetFrequencyShift]](Int ''frequencyShift'')''' | |||
:* | |||
Latest revision as of 22:13, 2 February 2014
Source: SKSE
Extends: Form Script
Flags: Hidden
Script for the manipulation of Sound Descriptors.
Definition[edit | edit source]
ScriptName SoundDescriptor extends Form Hidden
SKSE Member Functions[edit | edit source]
- Float GetDecibelAttenuation()
- SetDecibelAttenuation(Float dbAttenuation)
- Int GetDecibelVariance()
- SetDecibelVariance(Int dbVariance)
- Int GetFrequencyVariance()
- SetFrequencyVariance(Int frequencyVariance)
- Int GetFrequencyShift()
- SetFrequencyShift(Int frequencyShift)