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

15 lines
401 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