Files
wow-weakauras/Meta/api/CursorHasMoney.lua
2024-11-07 23:12:37 +01:00

5 lines
287 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil hasMoney
---Returns whether an amount of the player's money is on the cursor. Returns nil if the cursor holds guild bank money. See GetCursorInfo() for more detailed information.
function CursorHasMoney() end