Difference between revisions of "SoundChannel:isPaused"

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

Revision as of 15:31, 13 July 2023