Data Fields | |
int | when |
event_func * | func |
event_check_func * | check |
event_clean_func * | clean |
void * | data |
struct event * | next |
Definition at line 68 of file common.c.
Definition at line 72 of file common.c.
Referenced by CL_FilterEventQueue().
void* event::data |
Definition at line 73 of file common.c.
Referenced by CL_FilterEventQueue(), and Qcommon_Frame().
struct event* event::next |
Definition at line 74 of file common.c.
Referenced by CL_FilterEventQueue(), Dequeue_Event(), and Schedule_Event().
int event::when |
Definition at line 69 of file common.c.
Referenced by Qcommon_Frame(), and Schedule_Event().