GetSoundMinDistance: Difference between revisions
Jump to navigation
Jump to search
Cazomino05 (talk | contribs) |
Cazomino05 (talk | contribs) |
||
Line 21: | Line 21: | ||
==See Also== | ==See Also== | ||
{{ | {{Client_audio_functions}} |
Revision as of 20:21, 26 December 2008
Gets a custom sound Minimum distance at which the sound stops getting louder.
Syntax
int getSoundMinDistance ( element sound )
Required Arguments
- sound: a sound element.
Returns
Returns an integer of the minimum distance, false if invalid arguements where passed.
Example
TODO
Click to collapse [-]
Client--TODO
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