Tabs
local Tabs = {
Main = Window:AddTab({ Title = "Main", Icon = "" }),
Settings = Window:AddTab({ Title = "Settings", Icon = "settings" })
}Other Functions
local TabModule = {
Window = nil,
Tabs = {},
Containers = {},
SelectedTab = 0,
TabCount = 0,
}TabModule:SelectTab(Tab)TabModule:New(Title, Icon, Parent)Unknown Functions
Last updated