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