IsSoundPanningEnabled: Difference between revisions
Jump to navigation
Jump to search
Kris Andre (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4.0140|1.3.0|4162| This function gets the panning state from a sound element. }} ==Syntax== <syntaxhighlight lang="lua"> bool isSoundP...") |
Kris Andre (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''theSound :''' A valid sound element. | *'''theSound :''' A valid [[sound]] [[element]]. | ||
===Returns=== | ===Returns=== |
Revision as of 09:06, 5 April 2013
Syntax
bool isSoundPanningEnabled ( element theSound )
Example Function
function testCall() local sound = playSound("xy.mp3") local soundPanning = isSoundPanningEnabled(sound) end
Required Arguments
Returns
Returns true whether the sound swings, false if it does not.
Requirements
This template will be deleted.
See Also
- 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