Difference between revisions of "Application:getFps"

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

Revision as of 00:00, 1 June 2019


Available since: Gideros 2012.2.2
Class: Application

Description


Returns the frame rate of the application.

(number) = application:getFps()

Return values

Returns (number) The frame rate of the application.