Template:Client audio functions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Fixed inconsistencies for webscraping) |
||
Line 1: | Line 1: | ||
<ul> | |||
<li>[[getRadioChannel]]</li> | |||
<li>[[getRadioChannelName]]</li> | |||
<li>[[getSFXStatus]]</li> | |||
<li>[[getSoundBPM]]</li> | |||
<li>[[getSoundBufferLength]]</li> | |||
{{Added feature/item|1.5.9|1.5.8|20914| | {{Added feature/item|1.5.9|1.5.8|20914| | ||
<li>[[getSoundEffectParameters]]</li> | |||
}} | }} | ||
<li>[[getSoundEffects]]</li> | |||
<li>[[getSoundFFTData]]</li> | |||
<li>[[getSoundLength]]</li> | |||
<li>[[getSoundLevelData]]</li> | |||
<li>[[getSoundMaxDistance]]</li> | |||
<li>[[getSoundMetaTags]]</li> | |||
<li>[[getSoundMinDistance]]</li> | |||
<li>[[getSoundPan]]</li> | |||
<li>[[getSoundPosition]]</li> | |||
<li>[[getSoundProperties]]</li> | |||
<li>[[getSoundSpeed]]</li> | |||
<li>[[getSoundVolume]]</li> | |||
<li>[[getSoundWaveData]]</li> | |||
{{Added feature/item|1.5.9|1.5.8|20785| | {{Added feature/item|1.5.9|1.5.8|20785| | ||
<li>[[isSoundLooped]]</li> | |||
}} | }} | ||
<li>[[isSoundPanningEnabled]]</li> | |||
<li>[[isSoundPaused]]</li> | |||
<li>[[playSFX3D]]</li> | |||
<li>[[playSFX]]</li> | |||
<li>[[playSound3D]]</li> | |||
<li>[[playSound]]</li> | |||
<li>[[playSoundFrontEnd]]</li> | |||
<li>[[setRadioChannel]]</li> | |||
<li>[[setSoundEffectEnabled]]</li> | |||
{{Added feature/item|1.5.9|1.5.8|20914| | {{Added feature/item|1.5.9|1.5.8|20914| | ||
<li>[[setSoundEffectParameter]]</li> | |||
}} | }} | ||
{{Added feature/item|1.5.9|1.5.8|20785| | {{Added feature/item|1.5.9|1.5.8|20785| | ||
<li>[[setSoundLooped]]</li> | |||
}} | }} | ||
<li>[[setSoundMaxDistance]]</li> | |||
<li>[[setSoundMinDistance]]</li> | |||
<li>[[setSoundPan]]</li> | |||
<li>[[setSoundPanningEnabled]]</li> | |||
<li>[[setSoundPaused]]</li> | |||
<li>[[setSoundPosition]]</li> | |||
<li>[[setSoundProperties]]</li> | |||
<li>[[setSoundSpeed]]</li> | |||
<li>[[setSoundVolume]]</li> | |||
<li>[[stopSound]]</li> | |||
</ul> | |||
<noinclude>[[Category:Functions templates]]</noinclude> | <noinclude>[[Category:Functions templates]]</noinclude> |
Revision as of 13:05, 7 August 2023
- getRadioChannel
- getRadioChannelName
- getSFXStatus
- getSoundBPM
- getSoundBufferLength
- getSoundEffectParameters
- getSoundEffects
- getSoundFFTData
- getSoundLength
- getSoundLevelData
- getSoundMaxDistance
- getSoundMetaTags
- getSoundMinDistance
- getSoundPan
- getSoundPosition
- getSoundProperties
- getSoundSpeed
- getSoundVolume
- getSoundWaveData
- isSoundLooped
- isSoundPanningEnabled
- isSoundPaused
- playSFX3D
- playSFX
- playSound3D
- playSound
- playSoundFrontEnd
- setRadioChannel
- setSoundEffectEnabled
- setSoundEffectParameter
- setSoundLooped
- setSoundMaxDistance
- setSoundMinDistance
- setSoundPan
- setSoundPanningEnabled
- setSoundPaused
- setSoundPosition
- setSoundProperties
- setSoundSpeed
- setSoundVolume
- stopSound