button
This type represents a button control.
__call
Constructor
Constructs the button.
Arguments
Returns
Type
Description
button
Button object.
Example
local btn = gui.button(id, 'Hello!');Last updated
This type represents a button control.
Constructor
Constructs the button.
Arguments
Returns
Type
Description
button
Button object.
Example
local btn = gui.button(id, 'Hello!');Last updated