Difference between revisions of "Application:getFps"

From GiderosMobile
m
(6 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 ===
<translate><br />
+
Returns the frame rate of the application.
Returns the frame rate of the application.<br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
(number) = Application:getFps()
+
(number) = application:getFps()
 
</source>
 
</source>
 +
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) <translate>The frame rate of the application.</translate><br/>
+
'''Returns''' (number) the frame rate of the application
 +
 
 +
{{Application}}

Revision as of 23:21, 23 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