Difference between revisions of "SoundCategory Script"

Jump to navigation Jump to search
124 bytes removed ,  22:09, 2 February 2014
m
→‎Member Functions: Reverted to List
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 ==

Navigation menu