Difference between revisions of "Application:getFps"

From GiderosMobile
m
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2012.2.2<br/>
<languages />
+
'''Class:''' [[Application]]<br/>
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/>
+
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/>
+
=== Description ===
=== <translate>Description</translate> ===
+
Returns the frame rate of the application.
<translate><br />
 
Returns the frame rate of the application.<br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
 
(number) = application:getFps()
 
(number) = application:getFps()
 
</source>
 
</source>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (number) <translate>The frame rate of the application.</translate><br/>
+
=== Return values ===
 +
'''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