DataType:tradeskilldepot
Holds members for the personal tradeskill depot.
This Data Type is referenced in MacroQuest, and accessed by Top-Level Object(s): TradeskillDepot
Members
Type | Member | Description |
---|---|---|
action | SelectItem[name] | Select an item with the given name |
WithdrawItem | Withdraw the selected item from the window. If the item is a stack, a quantity window will appear. | |
WithdrawItem[name] | Withdraw the named item. If the item is a stack, it will create a quantity window. | |
WithdrawStack | Withdraw a full stack of the selected item. | |
WithdrawStack[name] | Withdraw a full stack of the named item. Prefix with "=" for exact. | |
bool | Enabled | True if tradeskill depot is enabled. |
ItemsReceived | If the depot has been populated with items. Window needs to be opened at least once. | |
int | Capacity | Returns the total capacity of the tradeskill depot. |
Count | Returns the number of item stacks in the tradeskill depot. | |
FindItemCount[#|name] | Find item by name or item ID. Prefix with "=" for exact name match. | |
item | FindItem[#|name] | Find item by ID or name. Prefix with "=" for exact match. |
SelectedItem | Information on the currently selected item in the tradeskill depot window. |
Examples
/echo ${TradeskillDepot.SelectedItem}
Echos the name of the currently selected item in the tradeskill depot window.