- This wiki is out of date, use the continuation of this wiki instead
Set fps
From FenixWiki
(Difference between revisions)
| Revision as of 09:56, 22 April 2007 (edit) Woody (Talk | contribs) ← Previous diff |
Revision as of 15:18, 22 April 2007 (edit) (undo) Woody (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| [[Category:functions]] | [[Category:functions]] | ||
| + | [[Category:initialization]] | ||
| ==Definition== | ==Definition== | ||
Revision as of 15:18, 22 April 2007
Definition
INT set_fps ( <INT fps> , <INT skip> )
Sets the framerate of the program.
Parameters
| INT fps | - Frames per second to use. |
| INT skip | - Frames the program is allowed to skip if it's running low on processor time. This doesn't work for me in 0.83b. |
