Tables
console
Functions
print(input)println(input)
Note
print() and println() use BBCode so you can use that
readln()Returns stringclear()abort_reading()get_width()get_height()add_click_hook(func)Addsfuncfunction to console click hook. Function must have 3 args:1 2 3 4 5 6 7 8 9
function clicked(x, y, type) -- `type` passes the index of the pressed button: -- 0 - None -- 1 - Left -- 2 - Right -- 3 - Middle -- 4 - Extra button 1 -- 5 - Extra button 2 endremove_click_hook(func)Removesfuncfunction from console click hook.