Difference between revisions of "Application:getFps"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.2.2<br/>
 
'''Available since:''' Gideros 2012.2.2<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Returns the frame rate of the application.<br />
 
Returns the frame rate of the application.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(number) = Application:getFps()
 
(number) = Application:getFps()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) The frame rate of the application.<br/>
+
'''Returns''' (number) <translate>The frame rate of the application.</translate><br/>

Revision as of 14:32, 23 August 2018

Available since: Gideros 2012.2.2

Description


Returns the frame rate of the application.

(number) = Application:getFps()

Return values

Returns (number) The frame rate of the application.