tab
add a tab to the angelhack ui
gui.tab("TEST LUA TAB", function()
-- items here (widgets, childs)
end)
argument types: (string name, function)
Last updated
add a tab to the angelhack ui
gui.tab("TEST LUA TAB", function()
-- items here (widgets, childs)
end)
argument types: (string name, function)
Last updated