#include "client.h"
Go to the source code of this file.
Macros | |
#define | MAXCMDLINE 256 |
Functions | |
void | DrawString (int x, int y, char *s) |
void | DrawAltString (int x, int y, char *s) |
void | Key_ClearTyping (void) |
void | Con_ToggleConsole_f (void) |
void | Con_ToggleChat_f (void) |
void | Con_Clear_f (void) |
void | Con_Dump_f (void) |
void | Con_ClearNotify (void) |
void | Con_MessageMode_f (void) |
void | Con_MessageMode2_f (void) |
void | Con_CheckResize (void) |
void | Con_Init (void) |
void | Con_Linefeed (void) |
void | Con_Print (char *txt) |
void | Con_CenteredPrint (char *text) |
void | Con_DrawInput (void) |
void | Con_DrawNotify (void) |
void | Con_DrawConsole (float frac) |
Variables | |
console_t | con |
cvar_t * | con_notifytime |
char | key_lines [32][MAXCMDLINE] |
int | edit_line |
int | key_linepos |
void Con_CenteredPrint | ( | char * | text | ) |
Definition at line 138 of file console.c.
Referenced by Con_Init().
Definition at line 215 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 240 of file console.c.
Referenced by Con_Init().
Definition at line 229 of file console.c.
Referenced by Con_Init().
void Con_Print | ( | char * | txt | ) |
Definition at line 75 of file console.c.
Referenced by Con_Init(), Key_Event(), and VID_CheckChanges().
Definition at line 64 of file console.c.
Referenced by Con_ToggleChat_f(), Con_ToggleConsole_f(), and ConsoleFunc().
console_t con |
Definition at line 24 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().
cvar_t* con_notifytime |
Definition at line 26 of file console.c.
Referenced by Con_DrawNotify(), and Con_Init().
int edit_line |
Definition at line 35 of file keys.c.
Referenced by CompleteCommand(), Con_DrawInput(), Key_ClearTyping(), and Key_Console().
int key_linepos |
Definition at line 31 of file keys.c.
Referenced by CompleteCommand(), Con_DrawInput(), Key_ClearTyping(), Key_Console(), and Key_Init().
char key_lines[32][MAXCMDLINE] |
Definition at line 30 of file keys.c.
Referenced by CompleteCommand(), Con_DrawInput(), Key_ClearTyping(), Key_Console(), and Key_Init().