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

6 lines
377 B
Lua

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