SetSoundPaused: Difference between revisions
Jump to navigation
Jump to search
Cazomino05 (talk | contribs) m (fixed description) |
Cazomino05 (talk | contribs) |
||
Line 11: | Line 11: | ||
===Returns=== | ===Returns=== | ||
Returns a ''bool'' true if the sound paused false if invalid arguements where passed. | Returns a ''bool'' true if the sound paused ''false'' if invalid arguements where passed. | ||
==Example== | ==Example== |
Revision as of 20:13, 26 December 2008
Set the sound playing state.
Syntax
bool setSoundPaused ( element sound, bool paused )
Required Arguments
- sound: a sound element.
- Paused: a boolean value to pause or unpause the sound respectivly.
Returns
Returns a bool true if the sound paused false if invalid arguements where passed.
Example
TODO
Click to collapse [-]
Client--TODO
See Also