Difference between revisions of "Application:getFps"

From GiderosMobile
(prefixindex)
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
'''Available since:''' Gideros 2012.2.2<br/>
 
'''Available since:''' Gideros 2012.2.2<br/>
'''Class:''' [[Application|Application]]<br/>
+
'''Class:''' [[Application]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Returns the frame rate of the application.
 
Returns the frame rate of the application.
<br/>
 
 
 
<source lang="lua">
 
<source lang="lua">
 
(number) = application:getFps()
 
(number) = application:getFps()
Line 11: Line 9:
  
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) The frame rate of the application.
+
'''Returns''' (number) the frame rate of the application
 
 
----
 
{{Special:PrefixIndex/Application}}
 
<br/>
 
  
{{Special:PrefixIndex/Event.APPLICATION}}
+
{{Application}}

Revision as of 23:21, 23 February 2021

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