Difference between revisions of "Sound:getLength"

From GiderosMobile
(remove language stuff)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Class:''' [[Sound]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Sound|Sound]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Returns the duration of the sound in milliseconds.
Returns the duration of the sound in milliseconds.<br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
 
(number) = Sound:getLength()
 
(number) = Sound:getLength()
 
</source>
 
</source>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (number) <translate>The duration of the sound in milliseconds.</translate><br/>
+
=== Return values ===
 +
'''Returns''' (number) the duration of the sound in milliseconds<br/>
  
 
{{Sound}}
 
{{Sound}}

Revision as of 23:40, 3 February 2021

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