Files
wow_Meta/ui/LootButton.lua
PhatPhuckDave 8e28d1a570 Update
Update

Update

Update

Update

Update

Update

Update

Update

Update
2025-05-04 23:16:56 +02:00

11 lines
238 B
Lua

---@meta
---@class LootButton : Button
LootButton = {
--- Sets the slot index for this loot button.
--- @param index number The index of the loot slot.
--- @example
--- myLootButton:SetSlot(1)
SetSlot = function(self, index) end,
}