Returns information about the contents of a guild bank item slot


See also Guild bank functions.

Signature:

texture, count, locked = GetGuildBankItemInfo(tab, slot)

Arguments:

  • tab - Index of a guild bank tab (between 1 and GetNumGuildBankTabs()) (number)
  • slot - Index of an item slot in the guild bank tab (between 1 and MAX_GUILDBANK_SLOTS_PER_TAB) (number)

Returns:

  • texture - Path to an icon texture for the item (string)
  • count - Number of stacked items in the slot (number)
  • locked - 1 if the slot is locked (as when a guild member has picked up an item and not yet deposited it elsewhere); otherwise nil (1nil)