Go to the source code of this file.
Data Structures | |
struct | eventRegister_s |
Struct that defines one particular event with all its callbacks and data. More... | |
Typedefs | |
typedef struct eventRegister_s | eventRegister_t |
Struct that defines one particular event with all its callbacks and data. | |
Functions | |
const eventRegister_t * | CL_GetEvent (const event_t eType) |
Definition in file e_main.h.
typedef struct eventRegister_s eventRegister_t |
Struct that defines one particular event with all its callbacks and data.
const eventRegister_t* CL_GetEvent | ( | const event_t | eType | ) |
Definition at line 138 of file e_main.c.
References Com_Error(), ERR_DROP, EV_NULL, EV_NUM_EVENTS, i, and type.
Referenced by CL_CheckBattlescapeEvent(), CL_ExecuteBattlescapeEvent(), CL_GetEventTime(), CL_NetReceiveItem(), CL_NetSendItem(), and CL_ParseEvent().