Nuclide
Software Development Kit for id Technology (BETA)
drawAPI_t Member List

This is the complete list of members for drawAPI_t, including all inherited members.

Line(float lineThickness, vector startPos, vector endPos, vector lineColor, float lineAlpha)drawAPI_t
Pic(vector imagePos, string imageName, vector imageSize, vector imageColor, float imageAlpha)drawAPI_t
Rect(vector rectPos, vector rectSize, vector rectRGB, float rectAlpha)drawAPI_t
RectOutline(vector rectPos, vector rectSize, float outlineThickness, vector rectColor, float rectAlpha)drawAPI_t
RoundedBox(vector boxPos, vector boxSize, vector boxColor, float boxAlpha)drawAPI_t
RText(vector vecOrigin, string strText, font_s fnt)drawAPI_t
RText_A(vector vecOrigin, string strText, float a, font_s fnt)drawAPI_t
RText_RGB(vector vecOrigin, string strText, vector col, font_s fnt)drawAPI_t
RText_RGBA(vector vecOrigin, string strText, vector col, float a, font_s fnt)drawAPI_t
Text(vector vecOrigin, string strText, font_s fnt)drawAPI_t
Text_A(vector vecOrigin, string strText, float a, font_s fnt)drawAPI_t
Text_RGB(vector vecOrigin, string strText, vector col, font_s fnt)drawAPI_t
Text_RGBA(vector vecOrigin, string strText, vector col, float a, font_s fnt)drawAPI_t
TextField(vector vecOrigin, vector vecSize, string strText, font_s fnt, alignflags_t iAlignFlags)drawAPI_t
TextFieldAtHeight(vector vecOrigin, vector vecSize, int iTextHeight, string strText, font_s fnt, alignflags_t iAlignFlags)drawAPI_t