Difference between revisions of "SoundChannel:isPaused"

From GiderosMobile
Line 8: Line 8:
 
(bool) = SoundChannel:isPaused()
 
(bool) = SoundChannel:isPaused()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (bool) `true` if the channel is paused, `false` otherwise.<br/>
 
'''Returns''' (bool) `true` if the channel is paused, `false` otherwise.<br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the paused state of the channel.

(bool) = SoundChannel:isPaused()

Return values

Returns (bool) `true` if the channel is paused, `false` otherwise.