UFO: Alien Invasion
|
Data Fields | |
cvar_t * | min_freq |
int | interval |
int | recent_lateness [TIMER_LATENESS_HISTORY] |
int | next_lateness |
int | total_lateness |
int | next_check |
int | checks_high |
int | checks_low |
event_func * | func |
void * | data |
Definition at line 82 of file common.cpp.
int timer::checks_high |
Definition at line 89 of file common.cpp.
Referenced by Schedule_Timer(), and tick_timer().
int timer::checks_low |
Definition at line 90 of file common.cpp.
Referenced by Schedule_Timer(), and tick_timer().
void* timer::data |
Definition at line 93 of file common.cpp.
Referenced by Schedule_Timer(), and tick_timer().
event_func* timer::func |
Definition at line 92 of file common.cpp.
Referenced by Schedule_Event(), Schedule_Timer(), and tick_timer().
int timer::interval |
Definition at line 84 of file common.cpp.
Referenced by Schedule_Timer(), and tick_timer().
cvar_t* timer::min_freq |
Definition at line 83 of file common.cpp.
Referenced by Schedule_Timer(), and tick_timer().
int timer::next_check |
Definition at line 88 of file common.cpp.
Referenced by Schedule_Timer(), and tick_timer().
int timer::next_lateness |
Definition at line 86 of file common.cpp.
Referenced by Schedule_Timer(), and tick_timer().
int timer::recent_lateness[TIMER_LATENESS_HISTORY] |
Definition at line 85 of file common.cpp.
Referenced by Schedule_Timer(), and tick_timer().
int timer::total_lateness |
Definition at line 87 of file common.cpp.
Referenced by Schedule_Timer(), and tick_timer().