Bank
Bank A utility class for withdrawing and depositing items, opening and closing the bank, and finding the closest usable bank.
Types
Amount An enumeration providing standard bank amount options. X is the relative to whatever the current value of X is.
Functions
Changes the current tab to the provided index.
Deposits an item with the provided id and amount.
Deposits the players inventory excluding the specified item names.
Deposits the players inventory excluding the specified ids.
Deposits the players inventory excluding the items that match the provided filter.
Finds the nearest bank InteractableEntity can be either Npc or GameObject
Gives the component value of the quantity amount to be used.
{@inheritDoc}
Withdraws an item with the provided id and amount.
Withdraws an item with the provided name and amount. If multiple items of the same name are present, the first one is chosen.
Withdraws an item with the provided name and amount. If multiple items match the filter, the first one is chosen.
Withdraws an item with the provided item and amount.
Withdraws an item with the provided name and amount.
Withdraws the specified amount of the specified item.
Returns the currently filtered withdraw mode.
filter or verify the current withdraw quantity mode within the bank. Bank must be opened if you intend to set, but can be checked without opening.
Check the current amount that is set to Withdraw-X