Difference between revisions of "SoundChannel:getPitch"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2012.09.3<br/>
'''<translate>Available since</translate>:''' Gideros 2012.09.3<br/>
+
'''Class:''' [[SoundChannel]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/SoundChannel|SoundChannel]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Returns the current pitch of the sound channel (original pitch is 1).
Returns the current pitch of the sound channel. (Original pitch is 1)<br />
+
<syntaxhighlight lang="lua">
<br /></translate>
 
<source lang="lua">
 
 
(any), (any) = SoundChannel:getPitch()
 
(any), (any) = SoundChannel:getPitch()
</source>
+
</syntaxhighlight>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (any) <translate>The current pitch of the sound channel.</translate><br/>
+
=== Return values ===
'''<translate>Returns</translate>''' (any) <translate>The current pitch of the sound channel.</translate><br/>
+
'''Returns''' (any) the current pitch of the sound channel<br/>
 +
'''Returns''' (any) the current pitch of the sound channel<br/>
  
 
{{SoundChannel}}
 
{{SoundChannel}}

Latest revision as of 15:31, 13 July 2023

Available since: Gideros 2012.09.3
Class: SoundChannel

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