Quake II RTX doxygen  1.0 dev
drawobj_t Struct Reference

Public Attributes

list_t entry
 
int x
 
int y
 
cvar_t * cvar
 
cmd_macro_t * macro
 
int flags
 
color_t color
 

Detailed Description

Definition at line 633 of file screen.c.

Member Data Documentation

◆ color

color_t drawobj_t::color

Definition at line 639 of file screen.c.

Referenced by SCR_Draw_f(), and SCR_DrawObjects().

◆ cvar

cvar_t* drawobj_t::cvar

Definition at line 636 of file screen.c.

Referenced by SCR_Draw_f(), SCR_Draw_g(), SCR_DrawObjects(), and SCR_UnDraw_f().

◆ entry

list_t drawobj_t::entry

Definition at line 634 of file screen.c.

Referenced by SCR_Draw_f(), and SCR_UnDraw_f().

◆ flags

int drawobj_t::flags

Definition at line 638 of file screen.c.

Referenced by SCR_Draw_f(), and SCR_DrawObjects().

◆ macro

cmd_macro_t* drawobj_t::macro

Definition at line 637 of file screen.c.

Referenced by SCR_Draw_f(), SCR_Draw_g(), SCR_DrawObjects(), and SCR_UnDraw_f().

◆ x

int drawobj_t::x

Definition at line 635 of file screen.c.

Referenced by SCR_Draw_f(), and SCR_DrawObjects().

◆ y

int drawobj_t::y

Definition at line 635 of file screen.c.

Referenced by SCR_Draw_f(), and SCR_DrawObjects().