|
Function Summary |
void |
DrawActor(Actor A, bool WireFrame, optional bool) |
void |
DrawBox3D(vector Center, vector Extents, int R, int G, int B) |
void |
DrawClippedActor(Actor A, bool WireFrame, int X, int Y, int XB, int YB, optional bool) |
void |
DrawIcon(Texture Tex, float Scale) |
void |
DrawLine(float X1, float Y1, float X2, float Y2, float R, float G, float B) |
void |
DrawLine3D(vector P1, vector P2, float R, float G, float B) |
void |
DrawPattern(Texture Tex, float XL, float YL, float Scale) |
void |
DrawPortal(int X, int Y, int Width, int Height, Actor CamActor, vector CamLocation, rotator CamRotation, optional int, optional bool) |
void |
DrawRect(Texture Tex, float RectX, float RectY) |
void |
DrawText(string Text, optional bool) |
void |
DrawTextClipped(string Text, optional bool) |
void |
DrawTextRightJustify(string text, int X, int Y) |
void |
DrawTile(Texture Tex, float XL, float YL, float U, float V, float UL, float VL) |
void |
DrawTileClipped(Texture Tex, float XL, float YL, float U, float V, float UL, float VL) |
void |
DrawTube(vector v1, vector v2, int Radius, int Height, int R, int G, int B) |
void |
SetClip(float X, float Y) |
void |
SetOrigin(float X, float Y) |
void |
SetPos(float X, float Y) |
void |
Setcolor(float R, float G, float B)
// Color components are of the range 0..255
|
void |
StrLen(string String, out float, out float)
// native functions.
|
void |
TextSize(string String, out float, out float) |
void |
TransformPoint(vector P1, out int, out int) |