Nuclide
Software Development Kit for id Technology
drawAPI_t Struct Reference

Public Member Functions

void Rect (vector, vector, vector, float)
 
void RectOutline (vector, vector, float, vector, float)
 
void RoundedBox (vector, vector, vector, float)
 
void Line (float, vector, vector, vector, float)
 
void Pic (vector, string, vector, vector, float)
 
void Text (vector, string, font_s)
 
void Text_A (vector, string, float, font_s)
 
void Text_RGB (vector, string, vector, font_s)
 
void Text_RGBA (vector, string, vector, float, font_s)
 
void RText (vector, string, font_s)
 
void RText_A (vector, string, float, font_s)
 
void RText_RGB (vector, string, vector, font_s)
 
void RText_RGBA (vector, string, vector, float, font_s)
 
void TextField (vector, vector, string, font_s, alignflags_t)
 
void TextFieldAtHeight (vector, vector, int, string, font_s, alignflags_t)
 

Member Function Documentation

◆ Line()

void drawAPI_t::Line ( float  ,
vector  ,
vector  ,
vector  ,
float   
)

◆ Pic()

void drawAPI_t::Pic ( vector  ,
string  ,
vector  ,
vector  ,
float   
)

◆ Rect()

void drawAPI_t::Rect ( vector  ,
vector  ,
vector  ,
float   
)

◆ RectOutline()

void drawAPI_t::RectOutline ( vector  ,
vector  ,
float  ,
vector  ,
float   
)

◆ RoundedBox()

void drawAPI_t::RoundedBox ( vector  ,
vector  ,
vector  ,
float   
)

◆ RText()

void drawAPI_t::RText ( vector  ,
string  ,
font_s   
)

◆ RText_A()

void drawAPI_t::RText_A ( vector  ,
string  ,
float  ,
font_s   
)

◆ RText_RGB()

void drawAPI_t::RText_RGB ( vector  ,
string  ,
vector  ,
font_s   
)

◆ RText_RGBA()

void drawAPI_t::RText_RGBA ( vector  ,
string  ,
vector  ,
float  ,
font_s   
)

◆ Text()

void drawAPI_t::Text ( vector  ,
string  ,
font_s   
)

◆ Text_A()

void drawAPI_t::Text_A ( vector  ,
string  ,
float  ,
font_s   
)

◆ Text_RGB()

void drawAPI_t::Text_RGB ( vector  ,
string  ,
vector  ,
font_s   
)

◆ Text_RGBA()

void drawAPI_t::Text_RGBA ( vector  ,
string  ,
vector  ,
float  ,
font_s   
)

◆ TextField()

void drawAPI_t::TextField ( vector  ,
vector  ,
string  ,
font_s  ,
alignflags_t   
)

◆ TextFieldAtHeight()

void drawAPI_t::TextFieldAtHeight ( vector  ,
vector  ,
int  ,
string  ,
font_s  ,
alignflags_t   
)

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