Difference between revisions of "SoundChannel:getPitch"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | <languages /> | ||
'''<translate>Available since</translate>:''' Gideros 2012.09.3<br/> | '''<translate>Available since</translate>:''' Gideros 2012.09.3<br/> | ||
'''<translate>Class</translate>:''' [[Special:MyLanguage/SoundChannel|SoundChannel]]<br/> | '''<translate>Class</translate>:''' [[Special:MyLanguage/SoundChannel|SoundChannel]]<br/> |
Revision as of 09:59, 3 September 2018
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.