1. Animals
  2. Abilities
  3. Conditions
  4. Tool/Weapon
  5. Weapon Mods
  6. Orb
  7. Equipped
  8. Food/Medicine
  9. Furniture/Construction
  10. Color/Pattern
  11. Items
  12. Attributes
  13. Creatures
  14. Blocks
  15. Props
  16. API Types
  17. API Functions

LT_draw_number

void LT_draw_number(number x,number y,number n,number c)

numberx The x coordinate of the number's top left
numbery The y coordinate of the number's top left
numbern The number to draw, negative numbers will be drawn as 0
numberc 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.