Difference between revisions of "SoundCategory Script"
Jump to navigation
Jump to search
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 == | ||
:'''[[Mute - SoundCategory|Mute]]()''' | |||
:*Render inaudible any sounds in the given sound category. | |||
:'''[[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. | |||
:'''[[SetFrequency - SoundCategory|SetFrequency]](Float ''afFrequencyCoeffecient'')''' | |||
:*Set a frequency modifier [0.0 - 1.0] for any sounds in this category | |||
:'''[[SetVolume - SoundCategory|SetVolume]](Float ''afVolume'')''' | |||
:*Set a volume modifier [0.0 - 1.0] for any sounds in this category | |||
:'''[[UnMute - SoundCategory|UnMute]]()''' | |||
:*Render audible sounds in the given sound category that were previously Muted. | |||
:'''[[UnPause - SoundCategory|UnPause]]()''' | |||
:*Play any sounds in the given sound category that are currently paused. | |||
== Events == | == Events == |