Difference between revisions of "Application:getFps"

From GiderosMobile
Line 8: Line 8:
 
(number) = Application:getFps()
 
(number) = Application:getFps()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (number) The frame rate of the application.<br/>
 
'''Returns''' (number) The frame rate of the application.<br/>

Revision as of 10:40, 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.