RO/setSoundSpeed
From Multi Theft Auto: Wiki
Această funcție este utilizată pentru a schimba viteza de redare a unui element de tip sound specificat.
Sintaxă
bool setSoundSpeed (element sunet, float viteză)
OOP Syntax Help! I don't understand this!
- Method: sound:setSpeed(...)
- Variable: .speed
- Counterpart: getSoundSpeed
Argumente Necesare
- sunet: element-ul de tip sound element a cărui viteză de redare trebuie redată.
- viteză: un număr de tip float reprezentând viteza de redare dorită.
Redare
Redă true dacă viteza de redare a elementului de tip sound a fost schimbată cu succes. În caz contrar, false.
Exemplu
function soundFunc() sound = playSound("/sounds/jizzy.mp3",true) -- Redă sunetul 'jizzy.mp3' din fișierul sounds; setSoundSpeed(sound, 1.2) -- Setează viteza de redare a sunetului; end addCommandHandler("play", soundFunc)
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