UFO: Alien Invasion
console_t Struct Reference
Collaboration diagram for console_t:
Collaboration graph

Data Fields

bool initialized
 
short text [CON_TEXTSIZE]
 
int currentLine
 
int pos
 
int displayLine
 
int lineWidth
 
int totalLines
 
int visLines
 

Detailed Description

Definition at line 57 of file cl_console.cpp.

Field Documentation

◆ currentLine

int console_t::currentLine

line where next message will be printed

Definition at line 61 of file cl_console.cpp.

Referenced by Con_CheckResize(), Con_DrawConsole(), Con_Linefeed(), Con_Print(), and Con_Scroll().

◆ displayLine

int console_t::displayLine

bottom of console displays this line

Definition at line 63 of file cl_console.cpp.

Referenced by Con_CheckResize(), Con_DrawConsole(), Con_Linefeed(), and Con_Scroll().

◆ initialized

bool console_t::initialized

Definition at line 58 of file cl_console.cpp.

Referenced by Con_Init(), and Con_Print().

◆ lineWidth

int console_t::lineWidth

characters across screen

Definition at line 65 of file cl_console.cpp.

Referenced by Con_CheckResize(), Con_DrawConsole(), Con_DrawInput(), Con_Init(), Con_Linefeed(), and Con_Print().

◆ pos

int console_t::pos

offset in current line for next print

Definition at line 62 of file cl_console.cpp.

Referenced by Con_Linefeed(), and Con_Print().

◆ text

short console_t::text[CON_TEXTSIZE]

◆ totalLines

int console_t::totalLines

total lines in console scrollback

Definition at line 66 of file cl_console.cpp.

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

◆ visLines

int console_t::visLines

Definition at line 68 of file cl_console.cpp.

Referenced by Con_DrawConsole(), and Con_DrawInput().


The documentation for this struct was generated from the following file: