Returns information about a transaction in the guild bank money log
See also Guild bank functions.
Signature:
type,
name,
year,
month,
day,
hour
=
GetGuildBankMoneyTransaction(index)
Arguments:
index
- Index of a transaction in the money log (between 1 andGetNumGuildBankMoneyTransactions()
) (number
)
Returns:
type
- Type of log event (string
)deposit
- Deposit into the guildbankrepair
- Repair cost withdrawal from the guildbankwithdraw
- Withdrawal from the guildbank
name
- Name of the guild member responsible for the event, or nil if the name is unknown (string
)year
- Number of years since the event occurred (number
)month
- Number of months since the event occurred (number
)day
- Number of days since the event occurred (number
)hour
- Number of hours since the event occurred (number
)