drawString(x, y, text, color): void
x
y
text
color
void
Draws a string at the given position using the current HUD font.
number
The x position.
The y position.
string
The string to draw.
Color
The color of the text.
drawString(x, y, text, color, shadow): void
shadow
Draws a string at the given position using the current HUD font, with optional shadow.
boolean
Whether to draw a drop shadow.
Last updated 11 hours ago