GetSoundVolume

From Multi Theft Auto: Wiki
Revision as of 19:50, 26 December 2008 by Cazomino05 (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gets a custom sound volume.

Syntax

float getSoundVolume ( element sound )

Required Arguments

  • sound: Name of the sound you want to get the volume of.

Returns

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

Example

TODO

Click to collapse [-]
Client
--TODO

See Also