Difference between revisions of "Sound:getLength"
From GiderosMobile
Line 12: | Line 12: | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
'''<translate>Returns</translate>''' (number) <translate>The duration of the sound in milliseconds.</translate><br/> | '''<translate>Returns</translate>''' (number) <translate>The duration of the sound in milliseconds.</translate><br/> | ||
+ | |||
+ | {{Sound}} |
Revision as of 23:48, 3 December 2019
Available since: Gideros 2011.6
Class: Sound
Description
Returns the duration of the sound in milliseconds.
(number) = Sound:getLength()
Return values
Returns (number) The duration of the sound in milliseconds.