Difference between revisions of "SoundChannel:getPitch"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.3<br/> === Description === <br /> Returns the current pitch of the sound channel. (Original pitch is 1)<br /> <br /> <source l...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (any) (any) | + | (any), (any) = SoundChannel:getPitch() |
</source> | </source> | ||
'''Returns''' (any) The current pitch of the sound channel.<br/> | '''Returns''' (any) The current pitch of the sound channel.<br/> | ||
'''Returns''' (any) The current pitch of the sound channel.<br/> | '''Returns''' (any) The current pitch of the sound channel.<br/> |
Revision as of 10:20, 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()
Returns (any) The current pitch of the sound channel.
Returns (any) The current pitch of the sound channel.