PL/GetRadioChannelName: Difference between revisions
Jump to navigation
Jump to search
.WhiteBlue (talk | contribs) (Created page with "__NOTOC__ {{PL/Client function}} This function gets the given radio channel name. ==Składnia== <syntaxhighlight lang="lua"> string getRadioChannelName ( int id ) </syntaxh...") |
.WhiteBlue (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{PL/Client function}} | {{PL/Client function}} | ||
Ta funkcja pobiera nazwę danego kanału radiowego. | |||
==Składnia== | ==Składnia== | ||
Line 26: | Line 26: | ||
</section> | </section> | ||
==Zobacz | ==Zobacz również== | ||
{{Client_audio_functions}} | {{Client_audio_functions}} |
Revision as of 02:08, 29 August 2018
Ta funkcja pobiera nazwę danego kanału radiowego.
Składnia
string getRadioChannelName ( int id )
Wymagane argumenty
- id: Identyfikator stacji radiowej, od której chcesz uzyskać nazwę. Jest to liczba od 0 do 12.
- 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
Wynik
Zwraca ciąg znaków zawierający nazwę stacji, jeśli zakończy się powodzeniem, w przeciwnym wypadku zwraca "fałsz".
Przykład
Click to collapse [-]
ClientaddCommandHandler('getradio', function() outputChatBox('Nazwa aktualnej stacji: '.. getRadioChannelName(getRadioChannel()) ..'.') end )
Zobacz również
- 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