Difference between revisions of "SoundChannel:setLooping"
From GiderosMobile
Line 12: | Line 12: | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''looping''': (boolean) <translate>looping state to set</translate> <br/> | '''looping''': (boolean) <translate>looping state to set</translate> <br/> | ||
+ | |||
+ | {{SoundChannel}} |
Revision as of 23:52, 3 December 2019
Available since: Gideros 2011.6
Class: SoundChannel
Description
Sets the looping state of the channel.
SoundChannel:setLooping(looping)
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