Public Attributes | |
| qboolean | initialized |
| char | text [CON_TOTALLINES][CON_LINEWIDTH] |
| int | current |
| int | x |
| int | display |
| int | color |
| int | newline |
| int | linewidth |
| int | vidWidth |
| int | vidHeight |
| float | scale |
| unsigned | times [CON_TIMES] |
| qboolean | skipNotify |
| qhandle_t | backImage |
| qhandle_t | charsetImage |
| float | currentHeight |
| float | destHeight |
| commandPrompt_t | chatPrompt |
| commandPrompt_t | prompt |
| chatMode_t | chat |
| consoleMode_t | mode |
| netadr_t | remoteAddress |
| char * | remotePassword |
| load_state_t | loadstate |
| qhandle_t console_s::backImage |
Definition at line 61 of file console.c.
Referenced by Con_DrawSolidConsole(), and Con_RegisterMedia().
| qhandle_t console_s::charsetImage |
Definition at line 62 of file console.c.
Referenced by Con_DrawLine(), Con_DrawNotify(), Con_DrawSolidConsole(), and Con_RegisterMedia().
| chatMode_t console_s::chat |
Definition at line 70 of file console.c.
Referenced by Con_Close(), Con_DrawNotify(), Con_RemoteMode_f(), Con_Say(), start_message_mode(), and toggle_console().
| commandPrompt_t console_s::chatPrompt |
Definition at line 67 of file console.c.
Referenced by Char_Message(), Con_CheckResize(), Con_DrawNotify(), Con_Init(), Key_Message(), and start_message_mode().
| int console_s::color |
Definition at line 50 of file console.c.
Referenced by Con_CarriageRet(), Con_Init(), and Con_SetColor().
| int console_s::current |
Definition at line 47 of file console.c.
Referenced by Con_CarriageRet(), Con_CheckTop(), Con_Clear_f(), Con_DrawNotify(), Con_DrawSolidConsole(), Con_Dump_f(), Con_Linefeed(), Con_Print(), and Key_Console().
| float console_s::currentHeight |
Definition at line 64 of file console.c.
Referenced by Con_Close(), Con_DrawNotify(), Con_DrawSolidConsole(), and Con_RunConsole().
| float console_s::destHeight |
Definition at line 65 of file console.c.
Referenced by Con_Close(), and Con_RunConsole().
| int console_s::display |
Definition at line 49 of file console.c.
Referenced by Con_CheckTop(), Con_Clear_f(), Con_DrawSolidConsole(), Con_Linefeed(), and Key_Console().
| qboolean console_s::initialized |
Definition at line 44 of file console.c.
Referenced by Con_Init(), con_param_changed(), Con_Print(), and con_scale_changed().
| int console_s::linewidth |
Definition at line 53 of file console.c.
Referenced by Con_CheckResize(), Con_DrawLine(), Con_DrawNotify(), Con_DrawSolidConsole(), Con_Init(), and Con_Print().
| load_state_t console_s::loadstate |
Definition at line 75 of file console.c.
Referenced by CL_LoadState(), and Con_DrawSolidConsole().
| consoleMode_t console_s::mode |
Definition at line 71 of file console.c.
Referenced by Con_Action(), Con_Close(), Con_DrawSolidConsole(), Con_InteractiveMode(), Con_Popup(), Con_RemoteMode_f(), Key_Console(), and toggle_console().
| int console_s::newline |
Definition at line 51 of file console.c.
Referenced by Con_Print().
| commandPrompt_t console_s::prompt |
Definition at line 68 of file console.c.
Referenced by Char_Console(), Con_Action(), Con_CheckResize(), Con_ClearTyping(), Con_DrawSolidConsole(), Con_Init(), Con_Paste(), Con_PostInit(), Con_Shutdown(), and Key_Console().
| netadr_t console_s::remoteAddress |
Definition at line 72 of file console.c.
Referenced by Con_Action(), and Con_RemoteMode_f().
| char* console_s::remotePassword |
Definition at line 73 of file console.c.
Referenced by Con_Action(), and Con_RemoteMode_f().
| float console_s::scale |
Definition at line 55 of file console.c.
Referenced by Con_CheckResize(), Con_DrawConsole(), and Con_Init().
| qboolean console_s::skipNotify |
Definition at line 59 of file console.c.
Referenced by Con_CarriageRet(), and Con_SkipNotify().
| char console_s::text[CON_TOTALLINES][CON_LINEWIDTH] |
Definition at line 46 of file console.c.
Referenced by Con_CarriageRet(), Con_Clear_f(), Con_DrawLine(), Con_Dump_f(), Con_Init(), and Con_Print().
| unsigned console_s::times[CON_TIMES] |
Definition at line 57 of file console.c.
Referenced by Con_CarriageRet(), Con_ClearNotify_f(), and Con_DrawNotify().
| int console_s::vidHeight |
Definition at line 54 of file console.c.
Referenced by Con_CheckResize(), and Con_DrawSolidConsole().
| int console_s::vidWidth |
Definition at line 54 of file console.c.
Referenced by Con_CheckResize(), and Con_DrawSolidConsole().
| int console_s::x |
Definition at line 48 of file console.c.
Referenced by Con_CarriageRet(), Con_Init(), and Con_Print().