GetSoundMinDistance

From Multi Theft Auto: Wiki
Revision as of 20:07, 26 December 2008 by Cazomino05 (talk | contribs) (New page: __NOTOC__ {{Client function}} Gets a custom sound Minimum distance at which the sound stops getting louder. ==Syntax== <syntaxhighlight lang="lua">int getSoundMinDistance ( element sound )</syntaxhighlight> ==...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 was set, false if invalid arguements where passed.

Example

TODO

Click to collapse [-]
Client
--TODO

See Also