Difference between revisions of "Application:getFps"

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

Latest revision as of 18:22, 12 July 2023

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