GetSoundVolume

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

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