Difference between revisions of "Sound:getLength"

From GiderosMobile
Line 8: Line 8:
 
(number) = Sound:getLength()
 
(number) = Sound:getLength()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (number) The duration of the sound in milliseconds.<br/>
 
'''Returns''' (number) The duration of the sound in milliseconds.<br/>

Revision as of 11:46, 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.