spacer
This type represents a spacer control.
__call
Constructor
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.
Constructor
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