GetRadioChannel: Difference between revisions
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
</section> | </section> | ||
== | ==Zobacz też== | ||
{{Client_audio_functions}} | {{Client_audio_functions}} | ||
[[AR:getRadioChannel]] | [[AR:getRadioChannel]] |
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 )
Zobacz też
- 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