Public Member Functions | |
| Timer (GameObject *o, TimerID timerID, int16 frameInterval) | |
| Timer (Common::InSaveFile *in) | |
| void | write (Common::MemoryWriteStreamDynamic *out) |
| GameObject * | getObject () |
| TimerID | thisID () |
| int16 | getInterval () |
| bool | check () |
| void | reset () |
Static Public Member Functions | |
| static int32 | archiveSize () |
Public Attributes | |
| bool | _active |