Difference between revisions of "Application:getFps"

From GiderosMobile
m
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2012.2.2<br/>
 
'''Available since:''' Gideros 2012.2.2<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the frame rate of the application.
Returns the frame rate of the application.<br />
 
<br />
 
 
<source lang="lua">
 
<source lang="lua">
(number) = Application:getFps()
+
(number) = application:getFps()
 
</source>
 
</source>
'''Returns''' (number) The frame rate of the application.<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (number) the frame rate of the application
 +
 
 +
{{Application}}

Revision as of 00:21, 24 February 2021

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