Difference between revisions of "SoundChannel:isLooping"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns the looping state of the channel.
 
Returns the looping state of the channel.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(bool) = SoundChannel:isLooping()
 
(bool) = SoundChannel:isLooping()
 
</source>
 
</source>

Revision as of 15:31, 13 July 2023