IsSoundPaused: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client function}} Get the sound playing state. ==Syntax== <syntaxhighlight lang="lua">bool IsSoundPaused ( element sound )</syntaxhighlight> ===Required Arguments=== *'''sound:''' a sound element....)
 
Line 10: Line 10:


===Returns===
===Returns===
Returns a ''bool'' true if the sound is paused, false if the sound is not paused or invalid arguements where passed
Returns a ''bool'' true if the sound is paused, ''false'' if the sound is not paused or invalid arguements where passed


==Example==  
==Example==  

Revision as of 20:14, 26 December 2008

Get the sound playing state.

Syntax

bool IsSoundPaused ( element sound )

Required Arguments

  • sound: a sound element.

Returns

Returns a bool true if the sound is paused, false if the sound is not paused or invalid arguements where passed

Example

TODO

Click to collapse [-]
Client
--TODO

See Also