Last updated 3 months ago
This type represents a spacer control.
This type inherits type. All of its base methods and fields are also available in this type.
Constructor
Constructs the spacer.
Arguments
Name
Type
Description
id
ID.
Returns
spacer
Spacer instance.
Example
local sp = gui.spacer(gui.control_id('my_id'));
control
control_id