Difference between revisions of "SoundChannel:isLooping"
From GiderosMobile
Line 10: | Line 10: | ||
</source> | </source> | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
− | '''<translate>Returns</translate>''' (bool) <translate> | + | '''<translate>Returns</translate>''' (bool) <translate>''true'' if the channel is looping, ''false'' otherwise.</translate><br/> |
Revision as of 09:36, 24 August 2018
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.