tradeskilldepot¶
This contains information related to a tradeskill depot.
Members¶
int Capacity¶
- Returns the total capacity of the tradeskill depot.
int Count¶
- Returns the number of item stacks in the tradeskill depot.
bool Enabled¶
- Returns whether the tradeskill depot is enabled or not. It requires the Night of Shadows expansion.
item FindItem[#]¶
- Find an item with the given item ID in the tradeskill depot.
item FindItem[name]¶
- Find an item by partial name in the tradeskill depot. Prefix with "=" for an exact match.
int FindItemCount[#]¶
- Find the number of items with the given item ID in the tradeskill depot.
int FindItemCount[name]¶
- Find the number of items by partial name in the tradeskill depot. Prefix with "=" for an exact match.
bool ItemsReceived¶
- Returns whether the tradeskill depot has been populated with items. The window must be opened at least once for the depot to be populated with items.
item SelectedItem¶
- Returns the currently selected item in the tradeskill depot window.
Methods¶
| Name | Action |
|---|---|
| DepositItem | Deposit the item on cursor into the tradeskill depot. |
| SelectItem[name] | Select an item with the given name |
| WithdrawItem | Withdraw the selected item from the tradeskill depot. Will create a quantity window if there is more than one item in the stack. |
| WithdrawItem[name] | Withdraw the given item name from the tradeskill depot. Will create a quantity window if there is more than one item in the stack. |
| WithdrawStack | Withdraw a full stack of the selected item from the tradeskill depot. |
| WithdrawStack[name] | Withdraw a full stack of the given item name from the tradeskill depot. |