LT_draw_bar
void LT_draw_bar(number x,number y,number w,number v,number small,color color)
number | x | The x coordinate of bar's top left |
number | y | The y coordinate of bar's top left |
number | w | The width and total capacity of the bar |
number | v | The amount of fill to draw the bar with, in the same units as width |
number | small | If set to 1, the bar will be drawn in a tiny style at half the normal height |
color | color | The color of the bar as an RGB vector |
DRAW Calling this outside of a drawing hook or on the server will crash the addon
Draws a colored bar.