GetRadioChannelName: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
string getRadioChannelName ( int | string getRadioChannelName ( int id ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===Required Arguments=== | ===Required Arguments=== | ||
*''' | *'''id:''' The ID of the radio station you want to get the name of. It is a number between 0 and 12 (12 inclusive). | ||
===Returns=== | ===Returns=== | ||
Returns a string containing the station name if | Returns a string containing the station name if successful, ''false'' otherwise. | ||
==Example== | ==Example== |
Revision as of 22:15, 30 March 2009
This function gets the given radio channel name.
Syntax
string getRadioChannelName ( int id )
Required Arguments
- id: The ID of the radio station you want to get the name of. It is a number between 0 and 12 (12 inclusive).
Returns
Returns a string containing the station name if successful, false otherwise.
Example
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