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

14 lines
410 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return withdraw type
---@return deposit
---@return repair
---@return withdraw
---@return string name
---@return number year
---@return number month
---@return number day
---@return number hour
---Returns information about a transaction in the guild bank money log
function GetGuildBankMoneyTransaction(index) end