Render
Last updated
Last updated
Rect(x1, y1, x2, y2, [r,g,b,a, round, roundFlags, thic])
RectFilled(x1, y1, x2, y2, [r,g,b,a, round, roundFlags])
Circle(x, y, size, [r, g, b, a, segments, thic])
CircleFilled(x, y, size, [r, g, b, a, segments])
Line(x1,y1, x2,y2, [r,g,b,a, thic])
Text(text, x,y, [r,g,b,a])
int x,y = CalcTextSize(text)
int x,y = GetScreenSize()
int x,y = GetMousePos()
bool IsKeyDown (winKeyId)
bool IsKeyDown (KeyName)
Check name in bind menu ๐ซ
int x,y = WorldToScreen(x,y,z)
int x,y = WorldToScreen()