Difference between revisions of "SoundChannel:isPlaying"

From GiderosMobile
(removed language stuff + duplicate of values)
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns the playing state for the sound channel.
 
Returns the playing state for the sound channel.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(any) = SoundChannel:isPlaying()
 
(any) = SoundChannel:isPlaying()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 15:33, 13 July 2023