4 lines
367 B
Lua
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 |