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_window

void LT_draw_window(number x,number y,number width,number height,number type)

numberx The x coordinate of window's top left corner
numbery The y coordinate of window's top left corner
numberwidth The width of window
numberheight The height of window
numbertype The kind of window to draw

DRAW Calling this outside of a drawing hook or on the server will crash the addon

Draws a window on the screen. This function draws a window on the screen in one of three types. If type is 0, draws a normal window with a frame and background. If type is 1, draws a window frame without a background. If type is 2, draws a window background without the frame.