Difference between revisions of "SoundChannel:isPaused"
From GiderosMobile
Line 12: | Line 12: | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
'''<translate>Returns</translate>''' (bool) <translate>''true'' if the channel is paused, ''false'' otherwise.</translate><br/> | '''<translate>Returns</translate>''' (bool) <translate>''true'' if the channel is paused, ''false'' otherwise.</translate><br/> | ||
+ | |||
+ | {{SoundChannel}} |
Revision as of 23:52, 3 December 2019
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