GetFPSLimit

From Multi Theft Auto: Wiki
Revision as of 20:42, 21 May 2008 by Talidan (talk | contribs) (New page: {{Server function}} __NOTOC__ This function retrieves the maximum [http://en.wikipedia.org/wiki/Frame_rate FPS (Frames per second)] that players on the server can run their game at. ==S...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function retrieves the maximum FPS (Frames per second) that players on the server can run their game at.

Syntax

int getFPSLimit ()         

Returns

Returns an integer between 25 and 100 of the maximum FPS that players can run their game at.

Example

This page lacks an example.

--add an example here

See Also