Difference between revisions of "SoundChannel:isLooping"

From GiderosMobile
Line 9: Line 9:
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (bool) <translate>[[[true` if the channel is looping, `false]]] otherwise.</translate><br/>
+
'''Returns''' (bool) <translate>[[true` if the channel is looping, `false]] otherwise.</translate><br/>

Revision as of 14:55, 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.