Difference between revisions of "SoundChannel:setLooping"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[SoundChannel]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate><br />
+
Sets the looping state of the channel.
Sets the looping state of the channel. <br />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
SoundChannel:setLooping(looping)
<source lang="lua">
+
</syntaxhighlight>
SoundChannel:setLooping(looping)
+
 
</source>
 
 
=== Parameters ===
 
=== Parameters ===
'''looping''': (boolean) <translate>looping state to set</translate> <br/>
+
'''looping''': (boolean) looping state to set<br/>
 +
 
 +
{{SoundChannel}}

Latest revision as of 15:33, 13 July 2023