doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
entityNetEvent_s Struct Reference

#include <Game_local.h>

Public Attributes

int spawnId
 
int event
 
int time
 
int paramsSize
 
byte paramsBuf [MAX_EVENT_PARAM_SIZE]
 
struct entityNetEvent_snext
 
struct entityNetEvent_sprev
 

Detailed Description

Definition at line 134 of file Game_local.h.

Member Data Documentation

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.


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