Difference between revisions of "GetFPS"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (fps:float) GetFPS Returns the frames per second of the game. Category:Functions [[Categ...)
 
imported>Haama
(Notes on CPU usage)
Line 5: Line 5:


Returns the frames per second of the game.
Returns the frames per second of the game.
==Notes==
*This function can take a heavy toll on the CPU. Do not use every frame.


[[Category:Functions]]
[[Category:Functions]]

Revision as of 08:42, 15 September 2007

A command for Oblivion Script Extender

Syntax:

(fps:float) GetFPS

Returns the frames per second of the game.

Notes

  • This function can take a heavy toll on the CPU. Do not use every frame.