UFO: Alien Invasion
Loading...
Searching...
No Matches
timer Struct Reference
Collaboration diagram for timer:
Collaboration graph

Data Fields

cvar_tmin_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_funcfunc
voiddata

Detailed Description

Definition at line 81 of file common.cpp.

Field Documentation

◆ checks_high

int timer::checks_high

Definition at line 88 of file common.cpp.

Referenced by Schedule_Timer(), and tick_timer().

◆ checks_low

int timer::checks_low

Definition at line 89 of file common.cpp.

Referenced by Schedule_Timer(), and tick_timer().

◆ data

void* timer::data

Definition at line 92 of file common.cpp.

Referenced by Schedule_Timer(), and tick_timer().

◆ func

event_func* timer::func

Definition at line 91 of file common.cpp.

Referenced by Schedule_Event(), Schedule_Timer(), and tick_timer().

◆ interval

int timer::interval

Definition at line 83 of file common.cpp.

Referenced by Schedule_Timer(), and tick_timer().

◆ min_freq

cvar_t* timer::min_freq

Definition at line 82 of file common.cpp.

Referenced by Schedule_Timer(), and tick_timer().

◆ next_check

int timer::next_check

Definition at line 87 of file common.cpp.

Referenced by Schedule_Timer(), and tick_timer().

◆ next_lateness

int timer::next_lateness

Definition at line 85 of file common.cpp.

Referenced by Schedule_Timer(), and tick_timer().

◆ recent_lateness

int timer::recent_lateness[TIMER_LATENESS_HISTORY]

Definition at line 84 of file common.cpp.

Referenced by Schedule_Timer(), and tick_timer().

◆ total_lateness

int timer::total_lateness

Definition at line 86 of file common.cpp.

Referenced by Schedule_Timer(), and tick_timer().


The documentation for this struct was generated from the following file: