WoW API: GetGuildBankMoneyTransaction
Jump to navigation
Jump to search
← WoW API < GetGuildBankMoneyTransaction
gets a specific money transaction from the guild bank
type, user, copper, silver, gold, days, hours = GetGuildBankMoneyTransaction(index);
Parameters
- index
- Integer - The index of the transaction to select.
Returns
- type
- String - The Type of transaction (Deposit | Withdrawal | Repair).
- user
- String - The User that performed a Transaction.
- copper
- Integer - The Copper value of the Transaction.
- silver
- Integer - The Silver value of the Transaction.
- gold
- Integer - The Gold value of the Transaction.
- unknown
- Integer - unknown at this time.
- hours
- Integer - Hours Since the Transaction took place.
Details
Displays details about a specific Money transaction in the Guild Bank.