Difference between revisions of "SoundChannel:setPaused"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the paused state of the channel. <br /> <br /> <source lang="lua"> = SoundChannel:setPaus...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | SoundChannel:setPaused(paused) | |
</source> | </source> | ||
− | '''paused | + | '''paused''': (boolean) paused state to set ''''''<br/> |
Revision as of 10:19, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the paused state of the channel.
SoundChannel:setPaused(paused)
'paused: (boolean) paused state to set '