Difference between revisions of "SoundChannel:setLooping"

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

Latest revision as of 15:33, 13 July 2023