Difference between revisions of "Application:getFps"

From GiderosMobile
m
m (Text replacement - "<source" to "<syntaxhighlight")
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Returns the frame rate of the application.
 
Returns the frame rate of the application.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = application:getFps()
 
(number) = application:getFps()
 
</source>
 
</source>

Revision as of 17:36, 12 July 2023

Available since: Gideros 2012.2.2
Class: Application

Description

Returns the frame rate of the application. <syntaxhighlight lang="lua"> (number) = application:getFps() </source>

Return values

Returns (number) the frame rate of the application