Files
wow_Meta/api/GetMoney.lua
2025-05-04 15:15:00 +02:00

7 lines
189 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number money
---Returns the total amount of money currently in the player's possession
function GetMoney() end