Difference between revisions of "SoundChannel:isPlaying"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/SoundChannel|SoundChannel]]<br/>
+
'''Class:''' [[SoundChannel]]<br/>
=== <translate>Description</translate> ===
+
 
<translate><br />
+
=== Description ===
Returns the playing state for the sound channel. <br />
+
Returns the playing state for the sound channel.
<br /></translate>
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
(any) = SoundChannel:isPlaying()
(any), (any) = SoundChannel:isPlaying()
+
</syntaxhighlight>
</source>
+
 
=== <translate>Return values</translate> ===
+
=== Return values ===
'''<translate>Returns</translate>''' (any) <translate>''true'' if the channel is currently playing a sound, ''false'' otherwise.</translate><br/>
+
'''Returns''' (any) ''true'' if the channel is currently playing a sound, ''false'' otherwise<br/>
'''<translate>Returns</translate>''' (any) <translate>''true'' if the channel is currently playing a sound, ''false'' otherwise.</translate><br/>
+
 
 +
{{SoundChannel}}

Latest revision as of 15:33, 13 July 2023