Difference between revisions of "Sound:getLength"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the duration of the sound in milliseconds.<br /> <br /> <source lang="lua"> (number), =...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = Sound:getLength()
+
(number) = Sound:getLength()
 
</source>
 
</source>
 
'''Returns''' (number) The duration of the sound in milliseconds.<br/>
 
'''Returns''' (number) The duration of the sound in milliseconds.<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the duration of the sound in milliseconds.

(number) = Sound:getLength()

Returns (number) The duration of the sound in milliseconds.