RO/getRadioChannelName: Difference between revisions
Jump to navigation
Jump to search
m (Vinyard moved page RO/GetRadioChannelName to RO/getRadioChannelName: Changed GetRadioChannelName to getRadioChannelName.) |
mNo edit summary |
||
Line 30: | Line 30: | ||
{{RO/Funcții_audio_client}} | {{RO/Funcții_audio_client}} | ||
[[EN:GetRadioChannelName]] | [[EN:GetRadioChannelName]] | ||
[[HU:GetRadioChannelName]] | |||
[[AR:getRadioChannelName]] | [[AR:getRadioChannelName]] | ||
[[RU:GetRadioChannelName]] | [[RU:GetRadioChannelName]] | ||
[[PL:GetRadioChannelName]] | [[PL:GetRadioChannelName]] | ||
[[RO:GetRadioChannelName]] | |||
[[PT-BR:GetRadioChannelName]] |
Latest revision as of 17:00, 15 August 2021
Această funcție obține denumirea stației radio specificate.
Sintaxă
int getRadioChannelName (int id)
Argumente Necesare
- id: ID-ul stației radio căreia dorești să îi cunoști denumirea. Acesta poate fi cuprins între 0 și 12.
- 0: Radio Oprit
- 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
Redare
Redă un string ce conține numele stației radio specificate dacă funcția a fost utilizată cu succes, false dacă funcția nu a fost utilizată cu succes.
Exemplu
Acest exemplu inserează în chat box numele stației radio curente atunci când este folosită comanda /getradio.
addCommandHandler("getradio", function () outputChatBox("În prezent asculți " .. getRadioChannelName(getRadioChannel()) .. "!") end )
Vizualizați de asemenea
- RO/getRadioChannel
- RO/getRadioChannelName
- RO/getSFXStatus
- RO/getSoundBPM
- RO/getSoundEffects
- RO/getSoundFFTData
- RO/getSoundLength
- RO/getSoundLevelData
- RO/getSoundMaxDistance
- RO/getSoundMetaTags
- RO/getSoundMinDistance
- RO/getSoundPan
- RO/getSoundPosition
- RO/getSoundProperties
- RO/getSoundSpeed
- RO/getSoundVolume
- RO/getSoundWaveData
- RO/isSoundPanningEnabled
- RO/isSoundPaused
- RO/playSFX
- RO/playSFX3D
- RO/playSound
- RO/playSound3D
- RO/playSoundFrontEnd
- RO/setRadioChannel
- RO/setSoundEffectEnabled
- RO/setSoundMaxDistance
- RO/setSoundMinDistance
- RO/setSoundPan
- RO/setSoundPanningEnabled
- RO/setSoundPaused
- RO/setSoundPosition
- RO/setSoundProperties
- RO/setSoundSpeed
- RO/setSoundVolume
- RO/stopSound