Difference between revisions of "SoundChannel:getPitch"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.09.3<br/>
 
'''Available since:''' Gideros 2012.09.3<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Returns the current pitch of the sound channel. (Original pitch is 1)<br />
 
Returns the current pitch of the sound channel. (Original pitch is 1)<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(any), (any) = SoundChannel:getPitch()
 
(any), (any) = SoundChannel:getPitch()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (any) The current pitch of the sound channel.<br/>
+
'''Returns''' (any) <translate>The current pitch of the sound channel.</translate><br/>
'''Returns''' (any) The current pitch of the sound channel.<br/>
+
'''Returns''' (any) <translate>The current pitch of the sound channel.</translate><br/>

Revision as of 14:34, 23 August 2018

Available since: Gideros 2012.09.3

Description


Returns the current pitch of the sound channel. (Original pitch is 1)

(any), (any) = SoundChannel:getPitch()

Return values

Returns (any) The current pitch of the sound channel.
Returns (any) The current pitch of the sound channel.