gui :: LuaGui [R] | Gui of the LuaGuiElement of this style. |
name :: string [R] | Name of this style. |
minimal_width :: int [RW] | |
maximal_width :: int [RW] | |
minimal_height :: int [RW] | |
maximal_height :: int [RW] | |
top_padding :: int [RW] | |
right_padding :: int [RW] | |
bottom_padding :: int [RW] | |
left_padding :: int [RW] | |
font_color :: Color [RW] | |
font :: string [RW] | |
resize_row_to_width :: boolean [RW] | |
cell_spacing :: int [RW] | Space between the table cell contents and border. |
horizontal_spacing :: int [RW] | Horizontal space between individual cells. |
vertical_spacing :: int [RW] | Vertical space between individual cells. |
visible :: boolean [RW] | When not visible the GUI element is hidden completely and takes no space in the layout. |
valid :: boolean [R] | Is this object valid? |
Style of a GUI element. All of the attributes listed here may be nil
if not available for a
particular GUI element.
Gui of the LuaGuiElement of this style.
Name of this style.
Space between the table cell contents and border.
Horizontal space between individual cells.
Vertical space between individual cells.
When not visible the GUI element is hidden completely and takes no space in the layout.