GetSoundSpeed: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
(Replaced content with "'''Hacked By Ameir''' ''add me on'' [http://facebook.com/AhmedAlramSisYy facebook]")
Tags: Replaced Reverted
Line 1: Line 1:
__NOTOC__
'''Hacked By Ameir'''
{{Client function}}
''add me on''
This function is used to return the playback speed of the specified [[sound]] [[element]].
[http://facebook.com/AhmedAlramSisYy facebook]
 
==Syntax==
<syntaxhighlight lang="lua">float getSoundSpeed ( element theSound )</syntaxhighlight>
{{OOP||[[sound]]:getSpeed|speed|setSoundSpeed}}
===Required Arguments===
*'''theSound:''' the [[sound]] [[element]] which playback speed you want to return.
 
===Returns===
Returns an [[float]] value indicating the playback speed of the [[sound]] [[element]]. Default sound playback speed is '''1.0'''.
 
==Example==
<section name="Client" class="client" show="true">
<syntaxhighlight lang="lua">
function outputSpeed(soundname)
local sound = playSound("sounds/"..tostring(soundname)..".mp3") --Play the sound from the sounds folder
setSoundVolume(sound, 0.5) -- set the sound volume to 50%
outputChatBox("The sound speed : "..getSoundSpeed(sound)) -- output the sound speed
end
addCommandHandler("soundspeed",outputSpeed)
</syntaxhighlight>
</section>
 
==See Also==
{{Client_audio_functions}}
 
[[hu:getSoundSpeed]]
[[ar:getSoundSpeed]]
[[RO:getSoundSpeed]]
[[PT-BR:getSoundSpeed]]

Revision as of 16:33, 26 September 2021

Hacked By Ameir add me on facebook