Overview Scripts tileedit | leveledit | tganew | levelfancy Reference algo | ani | engine | fonts | high | html | layout | text | timer | vid Tutorials 1 | 2 | 3 | 4 | 5 GUI Ref. theme | style | widget | surface | const Containers container | app | table | document | area Forms form | group Widgets basic | button | input | keysym | slider | select | misc Other menus | dialog Tutorials 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
timer
A timer for games with set-rate FPS.
Timer
A timer for games with set-rate FPS.
Timer.tick
Wait correct amount of time each frame. Call this once per frame.
Speedometer
A timer replacement that returns out FPS once a second.
Attributes:
fps -- always set to the current FPS
Speedometer.tick
Call this once per frame.
|