Difference between revisions of "Sound:getLength"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns the duration of the sound in milliseconds.<br /> | Returns the duration of the sound in milliseconds.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(number) = Sound:getLength() | (number) = Sound:getLength() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (number) The duration of the sound in milliseconds.<br/> | + | '''Returns''' (number) <translate>The duration of the sound in milliseconds.</translate><br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the duration of the sound in milliseconds.
(number) = Sound:getLength()
Return values
Returns (number) The duration of the sound in milliseconds.