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