Difference between revisions of "SoundChannel:isPaused"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns the paused state of the channel. <br /> | Returns the paused state of the channel. <br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(bool) = SoundChannel:isPaused() | (bool) = SoundChannel:isPaused() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (bool) | + | '''Returns''' (bool) <translate>[[[true` if the channel is paused, `false]]] otherwise.</translate><br/> |
Revision as of 13:34, 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.