Difference between revisions of "Application:getFps"

From GiderosMobile
m
m (Text replacement - "</source" to "</syntaxhighlight")
 
(One intermediate revision by the same user not shown)
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>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

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