![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <console.h>
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 |
| 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().
| 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().
| size_t con_lineinfo_t::len |
Definition at line 115 of file console.h.
Referenced by Con_DrawConsoleLine(), Con_DrawNotifyRect(), Con_LineHeight(), ConBuffer_AddLine(), and ConBuffer_GetLine().
| unsigned con_lineinfo_t::mask |
Definition at line 116 of file console.h.
Referenced by Con_DrawConsoleLine(), Con_DrawNotifyRect(), ConBuffer_AddLine(), and ConBuffer_FindPrevLine().
| char* con_lineinfo_t::start |
Definition at line 114 of file console.h.
Referenced by Con_DrawConsoleLine(), Con_DrawNotifyRect(), Con_LineHeight(), ConBuffer_AddLine(), and ConBuffer_GetLine().