Quake II RTX doxygen  1.0 dev
console_s Struct Reference

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
 

Detailed Description

Definition at line 43 of file console.c.

Member Data Documentation

◆ backImage

qhandle_t console_s::backImage

Definition at line 61 of file console.c.

Referenced by Con_DrawSolidConsole(), and Con_RegisterMedia().

◆ charsetImage

qhandle_t console_s::charsetImage

Definition at line 62 of file console.c.

Referenced by Con_DrawLine(), Con_DrawNotify(), Con_DrawSolidConsole(), and Con_RegisterMedia().

◆ chat

chatMode_t console_s::chat

◆ chatPrompt

commandPrompt_t console_s::chatPrompt

◆ color

int console_s::color

Definition at line 50 of file console.c.

Referenced by Con_CarriageRet(), Con_Init(), and Con_SetColor().

◆ current

◆ currentHeight

float console_s::currentHeight

Definition at line 64 of file console.c.

Referenced by Con_Close(), Con_DrawNotify(), Con_DrawSolidConsole(), and Con_RunConsole().

◆ destHeight

float console_s::destHeight

Definition at line 65 of file console.c.

Referenced by Con_Close(), and Con_RunConsole().

◆ display

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().

◆ initialized

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().

◆ linewidth

int console_s::linewidth

◆ loadstate

load_state_t console_s::loadstate

Definition at line 75 of file console.c.

Referenced by CL_LoadState(), and Con_DrawSolidConsole().

◆ mode

◆ newline

int console_s::newline

Definition at line 51 of file console.c.

Referenced by Con_Print().

◆ prompt

◆ remoteAddress

netadr_t console_s::remoteAddress

Definition at line 72 of file console.c.

Referenced by Con_Action(), and Con_RemoteMode_f().

◆ remotePassword

char* console_s::remotePassword

Definition at line 73 of file console.c.

Referenced by Con_Action(), and Con_RemoteMode_f().

◆ scale

float console_s::scale

Definition at line 55 of file console.c.

Referenced by Con_CheckResize(), Con_DrawConsole(), and Con_Init().

◆ skipNotify

qboolean console_s::skipNotify

Definition at line 59 of file console.c.

Referenced by Con_CarriageRet(), and Con_SkipNotify().

◆ text

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().

◆ times

unsigned console_s::times[CON_TIMES]

Definition at line 57 of file console.c.

Referenced by Con_CarriageRet(), Con_ClearNotify_f(), and Con_DrawNotify().

◆ vidHeight

int console_s::vidHeight

Definition at line 54 of file console.c.

Referenced by Con_CheckResize(), and Con_DrawSolidConsole().

◆ vidWidth

int console_s::vidWidth

Definition at line 54 of file console.c.

Referenced by Con_CheckResize(), and Con_DrawSolidConsole().

◆ x

int console_s::x

Definition at line 48 of file console.c.

Referenced by Con_CarriageRet(), Con_Init(), and Con_Print().