SoundChannel:isLooping
From GiderosMobile
Available since: Gideros 2011.6
Class: SoundChannel
Description
Returns the looping state of the channel.
(bool) = SoundChannel:isLooping()
Return values
Returns (bool) `true` if the channel is looping, `false` otherwise.