UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
console_t Struct Reference

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

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

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

bool console_t::initialized

Definition at line 58 of file cl_console.cpp.

Referenced by Con_Init(), and Con_Print().

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

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

short console_t::text[CON_TEXTSIZE]
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().

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: