Difference between revisions of "SoundChannel:setLooping"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Sets the looping state of the channel.  <br />
 
Sets the looping state of the channel.  <br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  SoundChannel:setLooping(looping)
 
  SoundChannel:setLooping(looping)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''looping''': (boolean) looping state to set <br/>
+
'''looping''': (boolean) <translate>looping state to set</translate> <br/>

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