ButtonMenuItem_t

function HelloWorld 
    print("Hello World!")
end

local Button = Menu.AddButton("Button", HelloWorld)

Last updated