button
This type represents a button control.
__call๏ปฟ
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.
Constructs the button.
Arguments
Returns
Type
Description
button
Button object.
Example
local btn = gui.button(id, 'Hello!');
Last updated