Macros | |
#define | U __attribute__ ((used)) |
Functions | |
void | Con_CheckResize (void) |
void | Con_DrawConsole (void) |
void | Con_ExecLine (const char *line) |
void | Con_Init (const char *plugin_name) |
void | Con_KeyEvent (knum_t key, short unicode, qboolean down) |
void | Con_NewMap (void) |
void | Con_Print (const char *fmt, va_list args) |
void | Con_Printf (const char *fmt,...) |
void | Con_ProcessInput (void) |
void | Con_SetOrMask (int mask) |
void | Con_Shutdown (void) |
Variables | |
int | con_linewidth |
plugin_t * | con_module |
#define U __attribute__ ((used)) |
void Con_CheckResize | ( | void | ) |
void Con_DrawConsole | ( | void | ) |
void Con_ExecLine | ( | const char * | line | ) |
void Con_Init | ( | const char * | plugin_name | ) |
void Con_NewMap | ( | void | ) |
void Con_Print | ( | const char * | fmt, |
va_list | args | ||
) |
void Con_Printf | ( | const char * | fmt, |
... | |||
) |
void Con_ProcessInput | ( | void | ) |
void Con_SetOrMask | ( | int | mask | ) |
void Con_Shutdown | ( | void | ) |
int con_linewidth |
plugin_t* con_module |