LT_draw_number
void LT_draw_number(number x,number y,number n,number c)
number | x | The x coordinate of the number's top left |
number | y | The y coordinate of the number's top left |
number | n | The number to draw, negative numbers will be drawn as 0 |
number | c | The color index to draw the number in from 0 to 13 with 0 as the normal color |
DRAW Calling this outside of a drawing hook or on the server will crash the addon
Draws a number in a classic monospaced font. This function draws a number in the same font used to show pop up damage or healing. This same font is also used to draw your current level, hit points, and energy points on the interface.