GetSoundVolume: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client function}} Gets a custom sound volume. ==Syntax== <syntaxhighlight lang="lua">float getSoundVolume ( element sound )</syntaxhighlight> ===Required Arguments=== *'''sound:''' Name of the sou...)
 
Line 7: Line 7:


===Required Arguments===  
===Required Arguments===  
*'''sound:''' Name of the sound you want to get the volume of.
*'''sound:''' a sound element.


===Returns===
===Returns===

Revision as of 19:59, 26 December 2008

Gets a custom sound volume.

Syntax

float getSoundVolume ( element sound )

Required Arguments

  • sound: a sound element.

Returns

Returns a float of the sound volume, false if invalid arguements where passed.

Example

TODO

Click to collapse [-]
Client
--TODO

See Also