Difference between revisions of "Application:getFps"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(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 ===
<translate><br />
+
Returns the frame rate of the application.
Returns the frame rate of the application.<br />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
(number) = application:getFps()
<source lang="lua">
+
</syntaxhighlight>
(number) = Application:getFps()
+
 
</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}}

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