Element/Sound: Difference between revisions
Jump to navigation
Jump to search
Cazomino05 (talk | contribs) No edit summary |
Cazomino05 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
The sound element represents a custom sound sent to the client via the use of the file parameter inside the meta file and created either by playSound or playSound3D. | The sound element represents a custom sound sent to the client via the use of the file parameter inside the meta file and created either by [[playSound]] or [[playSound3D]]. | ||
A sound element created by playSound3D and not playSound can be manipulated by the use of these element functions as well as the audio functions listed at the bottom of this page. | A sound element created by [[playSound3D]] and not [[playSound]] can be manipulated by the use of these element functions as well as the audio functions listed at the bottom of this page. | ||
* setElementPosition | * [[setElementPosition]] | ||
Revision as of 23:06, 26 December 2008
The sound element represents a custom sound sent to the client via the use of the file parameter inside the meta file and created either by playSound or playSound3D.
A sound element created by playSound3D and not playSound can be manipulated by the use of these element functions as well as the audio functions listed at the bottom of this page.
The element type of this class is "sound".
Related scripting functions
Client
- 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
- setRadioChannel
- setSoundEffectEnabled
- setSoundEffectParameter
- setSoundLooped
- setSoundMaxDistance
- setSoundMinDistance
- setSoundPan
- setSoundPanningEnabled
- setSoundPaused
- setSoundPosition
- setSoundProperties
- setSoundSpeed
- setSoundVolume
- stopSound
- Shared
- playSoundFrontEnd