GetFrameRate
From Spheriki
Get the refresh rate of drawing functions outside the map engine.
Contents |
[edit]
Usage
number GetFrameRate();
[edit]
Examples
See the example for SetFrameRate().
[edit]
Notes
- The return value of this function is the frames per second currently being used by Sphere's graphics driver for drawing functions. This 'fps' value can be set using SetFrameRate().
- To obtain the frame rate used by the map engine, use GetMapEngineFrameRate().
[edit]

