Difference between revisions of "SoundChannel:isPlaying"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(11 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 playing state for the sound channel.
Returns the playing state for the sound channel. <br />
+
<syntaxhighlight lang="lua">
<br />
+
(any) = SoundChannel:isPlaying()
<source lang="lua">
+
</syntaxhighlight>
(any), (any) = SoundChannel:isPlaying()
+
 
</source>
 
 
=== Return values ===
 
=== Return values ===
'''Returns''' (any) `true` if the channel is currently playing a sound, `false` otherwise.<br/>
+
'''Returns''' (any) ''true'' if the channel is currently playing a sound, ''false'' otherwise<br/>
'''Returns''' (any) `true` if the channel is currently playing a sound, `false` otherwise.<br/>
+
 
 +
{{SoundChannel}}

Latest revision as of 15:33, 13 July 2023