Difference between revisions of "SoundChannel:isPlaying"

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