Nuclide
Software Development Kit for id Technology
|
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) |
void drawAPI_t::Line | ( | float | , |
vector | , | ||
vector | , | ||
vector | , | ||
float | |||
) |
void drawAPI_t::Pic | ( | vector | , |
string | , | ||
vector | , | ||
vector | , | ||
float | |||
) |
void drawAPI_t::Rect | ( | vector | , |
vector | , | ||
vector | , | ||
float | |||
) |
void drawAPI_t::RectOutline | ( | vector | , |
vector | , | ||
float | , | ||
vector | , | ||
float | |||
) |
void drawAPI_t::RoundedBox | ( | vector | , |
vector | , | ||
vector | , | ||
float | |||
) |
void drawAPI_t::RText | ( | vector | , |
string | , | ||
font_s | |||
) |
void drawAPI_t::RText_A | ( | vector | , |
string | , | ||
float | , | ||
font_s | |||
) |
void drawAPI_t::RText_RGB | ( | vector | , |
string | , | ||
vector | , | ||
font_s | |||
) |
void drawAPI_t::RText_RGBA | ( | vector | , |
string | , | ||
vector | , | ||
float | , | ||
font_s | |||
) |
void drawAPI_t::Text | ( | vector | , |
string | , | ||
font_s | |||
) |
void drawAPI_t::Text_A | ( | vector | , |
string | , | ||
float | , | ||
font_s | |||
) |
void drawAPI_t::Text_RGB | ( | vector | , |
string | , | ||
vector | , | ||
font_s | |||
) |
void drawAPI_t::Text_RGBA | ( | vector | , |
string | , | ||
vector | , | ||
float | , | ||
font_s | |||
) |
void drawAPI_t::TextField | ( | vector | , |
vector | , | ||
string | , | ||
font_s | , | ||
alignflags_t | |||
) |
void drawAPI_t::TextFieldAtHeight | ( | vector | , |
vector | , | ||
int | , | ||
string | , | ||
font_s | , | ||
alignflags_t | |||
) |