Difference between revisions of "SoundChannel:isPaused"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the paused state of the channel. <br /> <br /> <source lang="lua"> (bool), = SoundChan...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(bool), = SoundChannel:isPaused()
+
(bool) = SoundChannel:isPaused()
 
</source>
 
</source>
 
'''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:21, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the paused state of the channel.

(bool) = SoundChannel:isPaused()

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