GetRadioChannelName: Difference between revisions
Jump to navigation
Jump to search
Cazomino05 (talk | contribs) m (added lua syntax to example) |
mNo edit summary |
||
Line 9: | Line 9: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''ID:''' The ID of the radio station you want to get the name of. | *'''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=== |
Revision as of 22:14, 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 function 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