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

6 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