Difference between revisions of "SoundChannel:isPaused"

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

Revision as of 10:36, 24 August 2018

Available since: Gideros 2011.6
Class: SoundChannel

Description


Returns the paused state of the channel.

(bool) = SoundChannel:isPaused()

Return values

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