IsSoundPaused

From Multi Theft Auto: Wiki
Revision as of 20:14, 26 December 2008 by Cazomino05 (talk | contribs) (→‎Returns)
Jump to navigation Jump to search

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