Difference between revisions of "SoundChannel:isPlaying"

From GiderosMobile
(removed language stuff + duplicate of values)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Class:''' [[SoundChannel]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/SoundChannel|SoundChannel]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Returns the playing state for the sound channel.
Returns the playing state for the sound channel. <br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
(any), (any) = SoundChannel:isPlaying()
+
(any) = SoundChannel:isPlaying()
 
</source>
 
</source>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (any) <translate>''true'' if the channel is currently playing a sound, ''false'' otherwise.</translate><br/>
+
=== 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/>
  
 
{{SoundChannel}}
 
{{SoundChannel}}

Revision as of 07:05, 29 May 2021