Difference between revisions of "SoundChannel:setPaused"
From GiderosMobile
Line 8: | Line 8: | ||
SoundChannel:setPaused(paused) | SoundChannel:setPaused(paused) | ||
</source> | </source> | ||
− | '''paused''': (boolean) paused state to set | + | === Parameters === |
+ | '''paused''': (boolean) paused state to set <br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the paused state of the channel.
SoundChannel:setPaused(paused)
Parameters
paused: (boolean) paused state to set