Difference between revisions of "SoundChannel:setLooping"
From GiderosMobile
Line 8: | Line 8: | ||
SoundChannel:setLooping(looping) | SoundChannel:setLooping(looping) | ||
</source> | </source> | ||
− | '''looping''': (boolean) looping state to set | + | === Parameters === |
+ | '''looping''': (boolean) looping state to set <br/> |
Revision as of 10:46, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the looping state of the channel.
SoundChannel:setLooping(looping)
Parameters
looping: (boolean) looping state to set