Difference between revisions of "SoundChannel:setLooping"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Sets the looping state of the channel. | Sets the looping state of the channel. | ||
− | < | + | <syntaxhighlight lang="lua"> |
SoundChannel:setLooping(looping) | SoundChannel:setLooping(looping) | ||
</source> | </source> |
Revision as of 14:31, 13 July 2023
Available since: Gideros 2011.6
Class: SoundChannel
Description
Sets the looping state of the channel. <syntaxhighlight lang="lua"> SoundChannel:setLooping(looping) </source>
Parameters
looping: (boolean) looping state to set
- SoundChannel:getPitch
- SoundChannel:getPosition
- SoundChannel:getStreamId
- SoundChannel:getVolume
- SoundChannel:isLooping
- SoundChannel:isPaused
- SoundChannel:isPlaying
- SoundChannel:setEffect
- SoundChannel:setLooping
- SoundChannel:setPaused
- SoundChannel:setPitch
- SoundChannel:setPosition
- SoundChannel:setVolume
- SoundChannel:setWorldPosition
- SoundChannel:stop