Difference between revisions of "SoundChannel:isPaused"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[SoundChannel]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the paused state of the channel.
Returns the paused state of the channel. <br />
+
<syntaxhighlight lang="lua">
<br />
 
<source lang="lua">
 
 
(bool) = SoundChannel:isPaused()
 
(bool) = SoundChannel:isPaused()
</source>
+
</syntaxhighlight>
'''Returns''' (bool) `true` if the channel is paused, `false` otherwise.<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (bool) ''true'' if the channel is paused, ''false'' otherwise<br/>
 +
 
 +
{{SoundChannel}}

Latest revision as of 15:33, 13 July 2023