GetSoundMinDistance: Difference between revisions
Jump to navigation
Jump to search
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> ==...) |
Cazomino05 (talk | contribs) |
||
Line 10: | Line 10: | ||
===Returns=== | ===Returns=== | ||
Returns an ''integer'' of the minimum distance | 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