Difference between revisions of "SoundChannel:setPaused"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Sets the paused state of the channel.  <br />
 
Sets the paused state of the channel.  <br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  SoundChannel:setPaused(paused)
 
  SoundChannel:setPaused(paused)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''paused''': (boolean) paused state to set <br/>
+
'''paused''': (boolean) <translate>paused state to set</translate> <br/>

Revision as of 14:33, 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