GetRadioChannel: Difference between revisions
Jump to navigation
Jump to search
(→Syntax) |
|||
Line 12: | Line 12: | ||
{{SoundID}} | {{SoundID}} | ||
== | ==Wzór== | ||
Ta funkcja pisze ci na czacie jakiej obecnie stacji słuchasz. | |||
<section name=" | <section name="Strona Klienta" class="client" show="true"> | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
addCommandHandler ( "getradio", | addCommandHandler ( "getradio", | ||
function () | function () | ||
outputChatBox ( " | outputChatBox ( "Obecnie słuchasz " .. getRadioChannelName ( getRadioChannel() ) .. "!" ) | ||
end | end | ||
) | ) |
Revision as of 15:28, 23 May 2013
This function retrieves the ID of the currently active radio channel.
Wzór
int getRadioChannel ( )
Zwracanie
Zwraca ID aktualnie słuchanej stacji.
- 0: Radio Off
- 1: Playback FM
- 2: K-Rose
- 3: K-DST
- 4: Bounce FM
- 5: SF-UR
- 6: Radio Los Santos
- 7: Radio X
- 8: CSR 103.9
- 9: K-Jah West
- 10: Master Sounds 98.3
- 11: WCTR
- 12: User Track Player
Wzór
Ta funkcja pisze ci na czacie jakiej obecnie stacji słuchasz.
Click to collapse [-]
Strona KlientaaddCommandHandler ( "getradio", function () outputChatBox ( "Obecnie słuchasz " .. getRadioChannelName ( getRadioChannel() ) .. "!" ) end )
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