Difference between revisions of "SoundChannel:isLooping"
From GiderosMobile
Line 8: | Line 8: | ||
(bool) = SoundChannel:isLooping() | (bool) = SoundChannel:isLooping() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (bool) `true` if the channel is looping, `false` otherwise.<br/> | '''Returns''' (bool) `true` if the channel is looping, `false` otherwise.<br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the looping state of the channel.
(bool) = SoundChannel:isLooping()
Return values
Returns (bool) `true` if the channel is looping, `false` otherwise.