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