DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
con_lineinfo_t Struct Reference

#include <console.h>

+ Collaboration diagram for con_lineinfo_t:

Data Fields

double addtime
 used only by console.c
 
int height
 recalculated line height when needed (-1 to unset)
 
size_t len
 
unsigned mask
 
char * start
 

Detailed Description

Definition at line 112 of file console.h.

Field Documentation

◆ addtime

double con_lineinfo_t::addtime

used only by console.c

Definition at line 119 of file console.h.

Referenced by Con_DrawNotifyRect(), and ConBuffer_AddLine().

◆ height

int con_lineinfo_t::height

recalculated line height when needed (-1 to unset)

Definition at line 120 of file console.h.

Referenced by Con_LineHeight(), and ConBuffer_AddLine().

◆ len

size_t con_lineinfo_t::len

◆ mask

unsigned con_lineinfo_t::mask

◆ start

char* con_lineinfo_t::start

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