Files
wow-weakauras/Meta/api/ShowBuybackSellCursor.lua
2024-11-07 23:12:37 +01:00

5 lines
288 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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