Difference between revisions of "SoundChannel:isLooping"
From GiderosMobile
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
| − | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Returns the looping state of the channel. <br /> | Returns the looping state of the channel. <br /> | ||
| Line 8: | Line 8: | ||
(bool) = SoundChannel:isLooping() | (bool) = SoundChannel:isLooping() | ||
</source> | </source> | ||
| − | === Return values === | + | === <translate>Return values</translate> === |
| − | '''Returns''' (bool) <translate>[[Special:MyLanguage/true|true]] if the channel is looping, [[Special:MyLanguage/false|false]] otherwise.</translate><br/> | + | '''<translate>Returns</translate>''' (bool) <translate>[[Special:MyLanguage/true|true]] if the channel is looping, [[Special:MyLanguage/false|false]] otherwise.</translate><br/> |