doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Enumerations | Variables
Session_local.h File Reference

Go to the source code of this file.

Classes

struct  logCmd_t
 
struct  fileTIME_T
 
struct  mapSpawnData_t
 
class  idSessionLocal
 

Enumerations

enum  timeDemo_t { TD_NO, TD_YES, TD_YES_THEN_QUIT }
 

Variables

const int USERCMD_PER_DEMO_FRAME = 2
 
const int CONNECT_TRANSMIT_TIME = 1000
 
const int MAX_LOGGED_USERCMDS = 60*60*60
 
idSessionLocal sessLocal
 

Enumeration Type Documentation

enum timeDemo_t
Enumerator
TD_NO 
TD_YES 
TD_YES_THEN_QUIT 

Definition at line 73 of file Session_local.h.

Variable Documentation

const int CONNECT_TRANSMIT_TIME = 1000

Definition at line 80 of file Session_local.h.

const int MAX_LOGGED_USERCMDS = 60*60*60

Definition at line 81 of file Session_local.h.

idSessionLocal sessLocal

Definition at line 47 of file Session.cpp.

const int USERCMD_PER_DEMO_FRAME = 2

Definition at line 79 of file Session_local.h.