GetFPS

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

(fps:float) GetFPS

Returns the frames per second of the game.

Notes[edit | edit source]

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

See Also[edit | edit source]

  • GetSecondsPassed (can be used as an alternative, not nearly as expensive on the CPU)