doom3-gpl
Doom 3 GPL source release
|
#include <Game_local.h>
Public Attributes | |
int | spawnId |
int | event |
int | time |
int | paramsSize |
byte | paramsBuf [MAX_EVENT_PARAM_SIZE] |
struct entityNetEvent_s * | next |
struct entityNetEvent_s * | prev |
Definition at line 134 of file Game_local.h.
int entityNetEvent_s::event |
Definition at line 136 of file Game_local.h.
struct entityNetEvent_s* entityNetEvent_s::next |
Definition at line 140 of file Game_local.h.
byte entityNetEvent_s::paramsBuf[MAX_EVENT_PARAM_SIZE] |
Definition at line 139 of file Game_local.h.
int entityNetEvent_s::paramsSize |
Definition at line 138 of file Game_local.h.
struct entityNetEvent_s* entityNetEvent_s::prev |
Definition at line 141 of file Game_local.h.
int entityNetEvent_s::spawnId |
Definition at line 135 of file Game_local.h.
int entityNetEvent_s::time |
Definition at line 137 of file Game_local.h.