Beta Documentation - Subject to change.

A bank that represents the player's vault storage. This storage is only available to the current logged in character.

Methods

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

Events

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