gui

Example:

test = gui.add_dropdown("test", "option 1", "option 2", "option 3")
utils.log("selected: " .. test:get_value() .. "\n", color.new(255, 255, 255))

Functions:

add_checkbox

add_slider

add_dropdown

add_dropdown_multi

add_keybind

add_colorpicker

add_textbox

add_numberfield

add_filedropdown

add_spacer

add_button

find

Finds control by its identifier (use dev console "list" command).

get_alpha

Returns alpha that the ui is being rendered at.

Last updated