GetSoundMinDistance

From Multi Theft Auto: Wiki
Revision as of 20:15, 26 December 2008 by Cazomino05 (talk | contribs) (→‎Returns)
Jump to navigation Jump to search

Gets a custom sound Minimum distance at which the sound stops getting louder.

Syntax

int getSoundMinDistance ( element sound )

Required Arguments

  • sound: a sound element.

Returns

Returns an integer of the minimum distance, false if invalid arguements where passed.

Example

TODO

Click to collapse [-]
Client
--TODO

See Also