Difference between revisions of "Application:getFps"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the frame rate of the application.<br /> <br /> <source lang="lua"> (number), = Appli...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (number) | + | (number) = Application:getFps() |
</source> | </source> | ||
'''Returns''' (number) The frame rate of the application.<br/> | '''Returns''' (number) The frame rate of the application.<br/> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2012.2.2
Description
Returns the frame rate of the application.
(number) = Application:getFps()
Returns (number) The frame rate of the application.