Difference between revisions of "SoundChannel:setLooping"
From GiderosMobile
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
| − | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Sets the looping state of the channel. <br /> | Sets the looping state of the channel. <br /> | ||
| Line 8: | Line 8: | ||
SoundChannel:setLooping(looping) | SoundChannel:setLooping(looping) | ||
</source> | </source> | ||
| − | === Parameters === | + | === <translate>Parameters</translate> === |
'''looping''': (boolean) <translate>looping state to set</translate> <br/> | '''looping''': (boolean) <translate>looping state to set</translate> <br/> | ||
Revision as of 07:29, 24 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