5 lines
412 B
Lua
5 lines
412 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param slot number
|
|
---Changes the cursor to prepare for selling an equipped item to a vendor. Only changes the cursor image and mode if the given slot contains an item. (Unlike ShowContainerSellCursor(), does not change the behavior of other functions to enable selling of items. Unused in the default UI.)
|
|
function ShowInventorySellCursor(slot) end |