Crossfire Server, Trunk
|
Go to the source code of this file.
Data Structures | |
struct | cftimer |
Macros | |
#define | MAX_TIMERS 1000 |
#define | TIMER_ERR_ID -1 |
#define | TIMER_ERR_MODE -3 |
#define | TIMER_ERR_NONE 0 |
#define | TIMER_ERR_OBJ -2 |
#define | TIMER_MODE_CYCLES 2 |
#define | TIMER_MODE_DEAD 0 |
#define | TIMER_MODE_SECONDS 1 |
Variables | |
cftimer | timers_table [MAX_TIMERS] |
Variables for the custom timers. See Custom timers.
Definition in file timers.h.
#define TIMER_ERR_OBJ -2 |
NULL object, or no EVENT_TIMER handler.
#define TIMER_MODE_DEAD 0 |
cftimer timers_table[MAX_TIMERS] |
The actual timers.
Definition at line 37 of file timers.cpp.
Referenced by cftimer_create(), cftimer_destroy(), cftimer_find_free_id(), cftimer_init(), and cftimer_process_timers().