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

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