Beta Documentation - Subject to change.

A container of items that are only accessible at designated bank locations.

Methods

  NameDescription
GetCapacityGets the number of items that the bank can hold.
GetChestCountGets the number of chest that are available.
GetChestNameGets the name of a chest.
GetCountGets the numbers of items in the bank.
GetItemGets and item from the player's bank.
IsAvailableGets a flag indicating if the bank is currently available.
PerformShortcutDropHandles the dropping of items into a bank.

Events

  NameDescription
CapacityChangedEvent fired when the capacity of the bank has changed.
ChestNameChangedEvent fired when the name of a chest has changed.
CountChangedEvent fired when the count of items in the bank changes.
IsAvailableChangedEvent fired when the availability of the bank changes.
ItemAddedEvent fired when an item is added to a bank.
ItemMovedEvent fired when an item is moved from one chest to another.
ItemRemovedEvent fired when an item is removed from a bank.
ItemsRefreshedEvent fired when the contents of the bank has been refreshed.