GetSoundVolume: Difference between revisions
Jump to navigation
Jump to search
Cazomino05 (talk | contribs) (New page: __NOTOC__ {{Client function}} Gets a custom sound volume. ==Syntax== <syntaxhighlight lang="lua">float getSoundVolume ( element sound )</syntaxhighlight> ===Required Arguments=== *'''sound:''' Name of the sou...) |
Cazomino05 (talk | contribs) |
||
Line 7: | Line 7: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''sound:''' | *'''sound:''' a sound element. | ||
===Returns=== | ===Returns=== |
Revision as of 19:59, 26 December 2008
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