Vendor¶
Returns information about the current vendor's items.
Members¶
float Version¶
- Returns the version number of the plugin
bool HasItems¶
- Whether the vendor has any items you are looking for.
string Items[#].Name¶
- Specify the index of the item, and it will return the item name.
e.g.${Vendor.Items[1].Name}
int Count¶
- The number of items the vendor has that you are searching for, does not currently work.
This datatype is added by MQ2Vendors.