Data Fields | |
qboolean | initialized |
char | text [CON_TEXTSIZE] |
int | currentLine |
int | pos |
int | displayLine |
int | lineWidth |
int | totalLines |
int | visLines |
float | times [NUM_CON_TIMES] |
Definition at line 42 of file cl_console.c.
line where next message will be printed
Definition at line 46 of file cl_console.c.
Referenced by Con_CheckResize(), Con_DrawConsole(), Con_DrawNotify(), Con_Linefeed(), Con_Print(), and Con_Scroll().
bottom of console displays this line
Definition at line 48 of file cl_console.c.
Referenced by Con_CheckResize(), Con_DrawConsole(), Con_Linefeed(), and Con_Scroll().
Definition at line 43 of file cl_console.c.
Referenced by Con_Init(), and Con_Print().
characters across screen
Definition at line 50 of file cl_console.c.
Referenced by Con_CheckResize(), Con_DrawConsole(), Con_DrawInput(), Con_DrawNotify(), Con_Init(), Con_Linefeed(), and Con_Print().
int console_t::pos |
offset in current line for next print
Definition at line 47 of file cl_console.c.
Referenced by Con_Linefeed(), and Con_Print().
char console_t::text[CON_TEXTSIZE] |
Definition at line 45 of file cl_console.c.
Referenced by Con_CheckResize(), Con_Clear_f(), Con_DrawConsole(), Con_DrawNotify(), Con_Init(), Con_Linefeed(), and Con_Print().
float console_t::times[NUM_CON_TIMES] |
cls.realtime time the line was generated for transparent notify lines
Definition at line 55 of file cl_console.c.
Referenced by Con_ClearNotify(), Con_DrawNotify(), and Con_Print().
total lines in console scrollback
Definition at line 51 of file cl_console.c.
Referenced by Con_CheckResize(), Con_DrawConsole(), Con_DrawNotify(), Con_Init(), Con_Linefeed(), and Con_Print().
Definition at line 53 of file cl_console.c.
Referenced by Con_DrawConsole(), and Con_DrawInput().