Difference between revisions of "SoundCategory Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>CraftySentinel
m (→‎Member Functions: Formatting Change)
imported>CraftySentinel
m (→‎Member Functions: Reverted to List)
 
Line 20: Line 20:
== Member Functions ==
== Member Functions ==


{|class="wikitable" width =100%
:'''[[Mute - SoundCategory|Mute]]()'''
!style="text-align:left;"|Function
:*Render inaudible any sounds in the given sound category.
!style="text-align:left;"|Description
|-
|[[Mute - SoundCategory|'''Mute'''()]]
|Render inaudible any sounds in the given sound category.
|-


|[[Pause - SoundCategory|'''Pause'''()]]
:'''[[Pause - SoundCategory|Pause]]()'''
|Pause any playing sounds in the given sound category. When restarted any stopped sounds will resume playing from the point at which they were paused.
:*Pause any playing sounds in the given sound category. When restarted any stopped sounds will resume playing from the point at which they were paused.
|-


|[[SetFrequency - SoundCategory|'''SetFrequency'''(Float ''afFrequencyCoeffecient'')]]
:'''[[SetFrequency - SoundCategory|SetFrequency]](Float ''afFrequencyCoeffecient'')'''
|Set a frequency modifier [0.0 - 1.0] for any sounds in this category
:*Set a frequency modifier [0.0 - 1.0] for any sounds in this category
|-


|[[SetVolume - SoundCategory|'''SetVolume'''(Float ''afVolume'')]]
:'''[[SetVolume - SoundCategory|SetVolume]](Float ''afVolume'')'''
|Set a volume modifier [0.0 - 1.0] for any sounds in this category
:*Set a volume modifier [0.0 - 1.0] for any sounds in this category
|-


|[[UnMute - SoundCategory|'''UnMute'''()]]
:'''[[UnMute - SoundCategory|UnMute]]()'''
|Render audible sounds in the given sound category that were previously Muted.  
:*Render audible sounds in the given sound category that were previously Muted.  
|-


|[[UnPause - SoundCategory|'''UnPause'''()]]
:'''[[UnPause - SoundCategory|UnPause]]()'''
|Play any sounds in the given sound category that are currently paused.
:*Play any sounds in the given sound category that are currently paused.
|-
 
|}


== Events ==
== Events ==

Latest revision as of 22:09, 2 February 2014


Extends: Form Script

Script for the manipulation of sound category objects.

Definition[edit | edit source]

ScriptName SoundCategory extends Form

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

Mute()
  • Render inaudible any sounds in the given sound category.
Pause()
  • Pause any playing sounds in the given sound category. When restarted any stopped sounds will resume playing from the point at which they were paused.
SetFrequency(Float afFrequencyCoeffecient)
  • Set a frequency modifier [0.0 - 1.0] for any sounds in this category
SetVolume(Float afVolume)
  • Set a volume modifier [0.0 - 1.0] for any sounds in this category
UnMute()
  • Render audible sounds in the given sound category that were previously Muted.
UnPause()
  • Play any sounds in the given sound category that are currently paused.

Events[edit | edit source]

None

Notes[edit | edit source]

  • A sound category's current volume, mute state or frequency are not stored in savegames. They will be persisted throughout the gaming session. In other words, if you mute a sound category in a script, then load a game that was saved before the mute took place, that sound category will still be muted. Be cautious!
  • Using the Mute, SetFrequency or SetVolume functions will mute the given sound category as well as any sound categories contained within it. Here is the hierarchy of sound categories as defined by the vanilla game:
    • Master
      • MUS
      • PausedDuringMenu
        • VOCGeneral
          • NonVOC
          • VOC
      • PausedDuringMenuLoad
        • SFX
          • UI
          • SFXFadeDuringDialogue
            • PausedDuringMenuFade
              • AMBr
              • MAG
              • MuteSubmerged
            • AMB
            • FST
            • FSTnpc
            • NPCKillMove