Files
wow_Meta/api/ResetCursor.lua
2025-05-04 14:35:26 +02:00

5 lines
368 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