Difference between revisions of "Application:getFps"

From GiderosMobile
(prefixindex)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2012.2.2<br/>
<languages />
+
'''Class:''' [[Application|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 />
+
<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.
 +
 
 +
----
 +
{{Special:PrefixIndex/Application}}
 +
<br/>
 +
 
 +
{{Special:PrefixIndex/Event.APPLICATION}}

Revision as of 14:01, 2 December 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.