Files
wow_Meta/api/ShowBuybackSellCursor.lua
2025-05-04 15:15:00 +02:00

7 lines
293 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---Changes the cursor to prepare for repurchasing an item recently sold to a vendor. Only changes the cursor image and mode if the given index contains an item.
function ShowBuybackSellCursor(index) end