#include <CSGame.h>
Public Member Functions | |
TimedEvent () | |
Data Fields | |
int | id |
bool | useRepeat |
int | repeat |
unsigned int | finishTime |
unsigned int | intervall |
void * | data |
void(* | answer )(TimedEvent *) |
function pointer as CallBack |
|
Definition at line 46 of file CSGame.h. References answer, data, finishTime, intervall, repeat, and useRepeat.
|
|
Definition at line 39 of file CSGame.h. Referenced by CSGame::addTimedEvent(), and CSGame::removeTimedEvent(). |
|
Definition at line 40 of file CSGame.h. Referenced by CSGame::addTimedEvent(), and TimedEvent(). |
|
Definition at line 41 of file CSGame.h. Referenced by CSGame::addTimedEvent(), and TimedEvent(). |
|
Definition at line 42 of file CSGame.h. Referenced by CSGame::addTimedEvent(), and TimedEvent(). |
|
Definition at line 43 of file CSGame.h. Referenced by CSGame::addTimedEvent(), and TimedEvent(). |
|
Definition at line 44 of file CSGame.h. Referenced by CSGame::addTimedEvent(), CSGame::removeTimedEvent(), and TimedEvent(). |
|
function pointer as CallBack
Referenced by CSGame::addTimedEvent(), and TimedEvent(). |