Difference between revisions of "SoundChannel:isPaused"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Returns the paused state of the channel. | Returns the paused state of the channel. | ||
− | < | + | <syntaxhighlight lang="lua"> |
(bool) = SoundChannel:isPaused() | (bool) = SoundChannel:isPaused() | ||
− | </ | + | </syntaxhighlight> |
=== Return values === | === Return values === |
Latest revision as of 14:33, 13 July 2023
Available since: Gideros 2011.6
Class: SoundChannel
Description
Returns the paused state of the channel.
(bool) = SoundChannel:isPaused()
Return values
Returns (bool) true if the channel is paused, false otherwise
- SoundChannel:getPitch
- SoundChannel:getPosition
- SoundChannel:getStreamId
- SoundChannel:getVolume
- SoundChannel:isLooping
- SoundChannel:isPaused
- SoundChannel:isPlaying
- SoundChannel:setEffect
- SoundChannel:setLooping
- SoundChannel:setPaused
- SoundChannel:setPitch
- SoundChannel:setPosition
- SoundChannel:setVolume
- SoundChannel:setWorldPosition
- SoundChannel:stop