LT_draw_window
void LT_draw_window(number x,number y,number width,number height,number type)
number | x | The x coordinate of window's top left corner |
number | y | The y coordinate of window's top left corner |
number | width | The width of window |
number | height | The height of window |
number | type | 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.