HU/Element/Sound: Difference between revisions
Jump to navigation
Jump to search
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]]. | A hangelem egy egyéni hangot jelent, ami a 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 | A hangelemet a [[playSound3D]] vagy [[playSound]] használatával hozhatja létre, és a következő elem fügvényekkel lehet manipulálni: | ||
* [[setElementPosition]] | * [[HU/setElementPosition]] | ||
* [[setElementDimension]] | * [[HU/setElementDimension]] | ||
A hangelemeket még más [[Template:Client audio functions|Client audio functions]] használatával is manipulálhatja. | |||
Az osztály elemtípusa a '''"sound"'''. | |||
==Related scripting functions== | ==Related scripting functions== |
Revision as of 21:22, 8 December 2018
A hangelem egy egyéni hangot jelent, ami a 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 hangelemet a playSound3D vagy playSound használatával hozhatja létre, és a következő elem fügvényekkel lehet manipulálni:
A hangelemeket még más Client audio functions használatával is manipulálhatja.
Az osztály elemtípusa a "sound".
Related scripting functions
Client
- HU/getRadioChannel
- HU/getRadioChannelName
- HU/getSFXStatus
- HU/getSoundBPM
- HU/getSoundEffects
- HU/getSoundFFTData
- HU/getSoundLength
- HU/getSoundLevelData
- HU/getSoundMaxDistance
- HU/getSoundMetaTags
- HU/getSoundMinDistance
- HU/getSoundPan
- HU/getSoundPosition
- HU/getSoundProperties
- HU/getSoundSpeed
- HU/getSoundVolume
- HU/getSoundWaveData
- HU/isSoundPanningEnabled
- HU/isSoundPaused
- HU/playSFX
- HU/playSFX3D
- HU/playSound
- HU/playSound3D
- HU/playSoundFrontEnd
- HU/setRadioChannel
- HU/setSoundEffectEnabled
- HU/setSoundMaxDistance
- HU/setSoundMinDistance
- HU/setSoundPan
- HU/setSoundPanningEnabled
- HU/setSoundPaused
- HU/setSoundPosition
- HU/setSoundProperties
- HU/setSoundSpeed
- HU/setSoundVolume
- HU/stopSound
Fordította
2018.12.08. Surge