selectable
This type represents a selectable control.
__call๏ปฟ
Constructs the selectable.
Arguments
Returns
Type
Description
selectable
Selectable object.
Example
local sel = gui.selectable(id, 'Hello!');
Last updated
This type represents a selectable control.
Constructs the selectable.
Arguments
Returns
Type
Description
selectable
Selectable object.
Example
local sel = gui.selectable(id, 'Hello!');
Last updated