Difference between revisions of "SoundChannel:setLooping"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the looping state of the channel. <br /> <br /> <source lang="lua"> = SoundChannel:setLoo...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | SoundChannel:setLooping(looping) | |
</source> | </source> | ||
− | '''looping | + | '''looping''': (boolean) looping state to set ''''''<br/> |
Revision as of 10:21, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the looping state of the channel.
SoundChannel:setLooping(looping)
'looping: (boolean) looping state to set '