Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Slot Example

Slot

ADDON:ImportObject(47) -- Slot
-- ADDON:ImportObject(OBJECT.Slot)

local slotExample = UIParent:CreateWidget("slot", "slotExample", "UIParent")
slotExample:SetExtent(64, 64)
slotExample:AddAnchor("CENTER", "UIParent", 0, 0)
slotExample:EstablishSlot(ISLOT_ACTION, 1)
slotExample:Show(true)

Slot Example