spacer
This type represents a spacer control.
__call๏ปฟ
Constructs the spacer.
Arguments
Name
Type
Description
Returns
Type
Description
spacer
Spacer instance.
Example
local sp = gui.spacer(gui.control_id('my_id'));
Last updated
This type represents a spacer control.
Constructs the spacer.
Arguments
Name
Type
Description
Returns
Type
Description
spacer
Spacer instance.
Example
local sp = gui.spacer(gui.control_id('my_id'));
Last updated