doom3-gpl
Doom 3 GPL source release
|
#include <Session_local.h>
Public Attributes | |
idDict | serverInfo |
idDict | syncedCVars |
idDict | userInfo [MAX_ASYNC_CLIENTS] |
idDict | persistentPlayerInfo [MAX_ASYNC_CLIENTS] |
usercmd_t | mapSpawnUsercmd [MAX_ASYNC_CLIENTS] |
Definition at line 65 of file Session_local.h.
usercmd_t mapSpawnData_t::mapSpawnUsercmd[MAX_ASYNC_CLIENTS] |
Definition at line 70 of file Session_local.h.
idDict mapSpawnData_t::persistentPlayerInfo[MAX_ASYNC_CLIENTS] |
Definition at line 69 of file Session_local.h.
idDict mapSpawnData_t::serverInfo |
Definition at line 66 of file Session_local.h.
idDict mapSpawnData_t::syncedCVars |
Definition at line 67 of file Session_local.h.
idDict mapSpawnData_t::userInfo[MAX_ASYNC_CLIENTS] |
Definition at line 68 of file Session_local.h.