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

16 lines
410 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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