#include <console.h>
Public Attributes | |
qboolean | initialized |
char | text [CON_TEXTSIZE] |
int | current |
int | x |
int | display |
int | ormask |
int | linewidth |
int | totallines |
float | cursorspeed |
int | vislines |
float | times [NUM_CON_TIMES] |
int console_t::current |
Definition at line 33 of file console.h.
Referenced by Con_CheckResize(), Con_DrawConsole(), Con_DrawNotify(), Con_Dump_f(), Con_Linefeed(), Con_Print(), and Key_Console().
int console_t::display |
Definition at line 35 of file console.h.
Referenced by Con_CheckResize(), Con_DrawConsole(), Con_Linefeed(), and Key_Console().
qboolean console_t::initialized |
Definition at line 30 of file console.h.
Referenced by Con_Init(), Con_Print(), and SCR_UpdateScreen().
int console_t::linewidth |
Definition at line 39 of file console.h.
Referenced by Con_CenteredPrint(), Con_CheckResize(), Con_DrawConsole(), Con_DrawInput(), Con_DrawNotify(), Con_Dump_f(), Con_Init(), Con_Linefeed(), and Con_Print().
int console_t::ormask |
Definition at line 37 of file console.h.
Referenced by CL_ParseServerMessage(), and Con_Print().
char console_t::text[CON_TEXTSIZE] |
Definition at line 32 of file console.h.
Referenced by Con_CheckResize(), Con_Clear_f(), Con_DrawConsole(), Con_DrawNotify(), Con_Dump_f(), Con_Linefeed(), and Con_Print().
float console_t::times[NUM_CON_TIMES] |
Definition at line 46 of file console.h.
Referenced by Con_ClearNotify(), Con_DrawNotify(), and Con_Print().
int console_t::totallines |
Definition at line 40 of file console.h.
Referenced by Con_CheckResize(), Con_DrawConsole(), Con_DrawNotify(), Con_Dump_f(), Con_Linefeed(), Con_Print(), and Key_Console().
int console_t::vislines |
Definition at line 44 of file console.h.
Referenced by Con_DrawConsole(), and Con_DrawInput().
int console_t::x |
Definition at line 34 of file console.h.
Referenced by Con_Linefeed(), and Con_Print().