Returns the number of entries in a guild bank tab's transaction log. Only returns valid information following the GUILDBANKLOG_UPDATE
event which fires after calling QueryGuildBankLog()
.
See also Guild bank functions.
Signature:
numTransactions
=
GetNumGuildBankTransactions(tab)
Arguments:
tab
- Index of a guild bank tab (between 1 andGetNumGuildBankTabs()
) (number
)
Returns:
numTransactions
- Number of transactions in the tab's log (number
)