Difference between revisions of "SoundChannel:isPaused"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Returns the paused state of the channel.  <br />
 
Returns the paused state of the channel.  <br />
Line 8: Line 8:
 
(bool) = SoundChannel:isPaused()
 
(bool) = SoundChannel:isPaused()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (bool) <translate>[[Special:MyLanguage/true|true]] if the channel is paused, [[Special:MyLanguage/false|false]] otherwise.</translate><br/>
+
'''<translate>Returns</translate>''' (bool) <translate>[[Special:MyLanguage/true|true]] if the channel is paused, [[Special:MyLanguage/false|false]] otherwise.</translate><br/>

Revision as of 08:28, 24 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.