Go to the source code of this file.
Typedefs |
| typedef enum cstate_t | constate_e |
Enumerations |
| enum | cstate_t {
c_up = 0,
c_down,
c_falling,
c_rising,
c_fallfull,
c_risefull
} |
Functions |
| void | C_InitConsole (int width, int height, BOOL ingame) |
| void | C_ServerDisconnectEffect (void) |
| void | C_NewModeAdjust (void) |
| void | C_Ticker (void) |
| int | PrintString (int printlevel, const char *string) |
| int | VPrintf (int printlevel, const char *format, va_list parms) |
| int STACK_ARGS | Printf_Bold (const char *format,...) |
| void | C_AddNotifyString (int printlevel, const char *s) |
| void | C_DrawConsole (void) |
| void | C_ToggleConsole (void) |
| void | C_FullConsole (void) |
| void | C_HideConsole (void) |
| void | C_AdjustBottom (void) |
| void | C_FlushDisplay (void) |
| void | C_InitTicker (const char *label, unsigned int max) |
| void | C_SetTicker (unsigned int at) |
| void | C_MidPrint (const char *msg, player_t *p=NULL, int msgtime=0) |
| void | C_DrawMid (void) |
| BOOL | C_Responder (event_t *ev) |
| void | C_AddTabCommand (const char *name) |
| void | C_RemoveTabCommand (const char *name) |
| void | C_RevealSecret () |
Variables |
| constate_e | ConsoleState |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
| c_up |
|
| c_down |
|
| c_falling |
|
| c_rising |
|
| c_fallfull |
|
| c_risefull |
|
Function Documentation
| void C_AddNotifyString |
( |
int |
printlevel, |
|
|
const char * |
s |
|
) |
| |
| void C_AddTabCommand |
( |
const char * |
name | ) |
|
| void C_AdjustBottom |
( |
void |
| ) |
|
| void C_DrawConsole |
( |
void |
| ) |
|
| void C_FlushDisplay |
( |
void |
| ) |
|
| void C_FullConsole |
( |
void |
| ) |
|
| void C_HideConsole |
( |
void |
| ) |
|
| void C_InitConsole |
( |
int |
width, |
|
|
int |
height, |
|
|
BOOL |
ingame |
|
) |
| |
| void C_InitTicker |
( |
const char * |
label, |
|
|
unsigned int |
max |
|
) |
| |
| void C_MidPrint |
( |
const char * |
msg, |
|
|
player_t * |
p = NULL, |
|
|
int |
msgtime = 0 |
|
) |
| |
| void C_NewModeAdjust |
( |
void |
| ) |
|
| void C_RemoveTabCommand |
( |
const char * |
name | ) |
|
| void C_ServerDisconnectEffect |
( |
void |
| ) |
|
| void C_SetTicker |
( |
unsigned int |
at | ) |
|
| void C_ToggleConsole |
( |
void |
| ) |
|
| int STACK_ARGS Printf_Bold |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
| int PrintString |
( |
int |
printlevel, |
|
|
const char * |
string |
|
) |
| |
| int VPrintf |
( |
int |
printlevel, |
|
|
const char * |
format, |
|
|
va_list |
parms |
|
) |
| |
Variable Documentation