GetRadioChannelName: Difference between revisions
Jump to navigation
Jump to search
Cazomino05 (talk | contribs) (Documented getRadioChannelName) |
Cazomino05 (talk | contribs) m (added lua syntax to example) |
(No difference)
|
Revision as of 17:35, 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.
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