Go to the source code of this file.
Classes | |
struct | console_t |
Macros | |
#define | NUM_CON_TIMES 4 |
#define | CON_TEXTSIZE 131072 |
Functions | |
void | Con_DrawCharacter (int cx, int line, int num) |
void | Con_CheckResize (void) |
void | Con_Init (void) |
void | Con_DrawConsole (float frac) |
void | Con_Print (char *txt) |
void | Con_CenteredPrint (char *text) |
void | Con_Clear_f (void) |
void | Con_DrawNotify (void) |
void | Con_ClearNotify (void) |
void | Con_ToggleConsole_f (void) |
Variables | |
console_t | con |
void Con_CenteredPrint | ( | char * | text | ) |
Definition at line 131 of file console.c.
Referenced by Con_Init().
Definition at line 208 of file console.c.
Referenced by CL_PrepRefresh(), Con_CheckResize(), Con_ToggleChat_f(), Con_ToggleConsole_f(), ConsoleFunc(), SCR_CenterPrint(), and SCR_EndLoadingPlaque().
void Con_DrawConsole | ( | float | frac | ) |
Definition at line 570 of file console.c.
Referenced by SCR_DrawConsole().
Definition at line 501 of file console.c.
Referenced by SCR_DrawConsole().
void Con_Print | ( | char * | txt | ) |
Definition at line 68 of file console.c.
Referenced by Con_Init(), Key_Event(), and VID_CheckChanges().
console_t con |
Definition at line 25 of file console.c.
Referenced by CL_ParseServerMessage(), Con_CenteredPrint(), Con_CheckResize(), Con_Clear_f(), Con_ClearNotify(), Con_DrawConsole(), Con_DrawInput(), Con_DrawNotify(), Con_Dump_f(), Con_Init(), Con_Linefeed(), Con_Print(), Key_Console(), and SCR_UpdateScreen().