|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Timer.h>
Public Member Functions | |
| time_t | GetCurrent () const |
| time_t | GetInterval () const |
| IntervalTimer () | |
| bool | Passed () |
| void | Reset () |
| void | SetCurrent (time_t current) |
| void | SetInterval (time_t interval) |
| void | Update (time_t diff) |
Private Attributes | |
| time_t | _current |
| time_t | _interval |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 72 of file Timer.h.
Referenced by GetCurrent(), IntervalTimer(), Passed(), Reset(), SetCurrent(), and Update().
|
private |
Definition at line 71 of file Timer.h.
Referenced by GetInterval(), IntervalTimer(), Passed(), Reset(), and SetInterval().