GridSlot

Any child widget of NGrid has access to this slot's methods.

SetColumn

GridSlot:SetColumn(Column)
Type
Parameter
Description

Column

GetColumn

— Returns number.

local ret = GridSlot:GetColumn()

SetRow

GridSlot:SetRow(Row)
Type
Parameter
Description

Row

GetRow

— Returns number.

local ret = GridSlot:GetRow()

SetColumnSpan

GridSlot:SetColumnSpan(ColumnSpan)
Type
Parameter
Description

ColumnSpan

GetColumnSpan

— Returns number.

local ret = GridSlot:GetColumnSpan()

SetRowSpan

GridSlot:SetRowSpan(RowSpan)
Type
Parameter
Description

RowSpan

GetRowSpan

— Returns number.

local ret = GridSlot:GetRowSpan()

SetLayer

GridSlot:SetLayer(Layer)
Type
Parameter
Description

Layer

GetLayer

— Returns number.

local ret = GridSlot:GetLayer()

SetNudge

GridSlot:SetNudge(Nudge)
Type
Parameter
Description

Nudge

GetNudge

— Returns Vector2D.

local ret = GridSlot:GetNudge()

HAlign

GridSlot:HAlign(HorizontalAlignment)
Type
Parameter
Description

HorizontalAlignment

GetHAlign

— Returns WGui.HAlign.

local ret = GridSlot:GetHAlign()

VAlign

GridSlot:VAlign(VerticalAlignment)
Type
Parameter
Description

VerticalAlignment

GetVAlign

— Returns WGui.VAlign.

local ret = GridSlot:GetVAlign()

Last updated