Files
wow_Meta/api/ResetCursor.lua
2024-12-16 13:13:08 +01:00

4 lines
367 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Returns the cursor to its normal appearance (the glove pointer) and behavior. Has effect after the cursor image/mode has been changed via SetCursor(), ShowContainerSellCursor(), or similar. Has no immediately visible effect if the cursor is holding an item, spell, or other data.
function ResetCursor() end