GetSoundMinDistance: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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> ==...)
 
Line 10: Line 10:


===Returns===
===Returns===
Returns an ''integer'' of the minimum distance was set, ''false'' if invalid arguements where passed.
Returns an ''integer'' of the minimum distance, ''false'' if invalid arguements where passed.


==Example==  
==Example==  

Revision as of 20:15, 26 December 2008

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