DataType:Vendor
Returns information about the current vendor's items.
This Data Type is referenced in MQ2Vendors, and accessed by Top-Level Object(s): Vendor
Members
Type | Member | Description |
---|---|---|
bool | HasItems | Whether the vendor has any items you are looking for. |
float | Version | Returns the version number of the plugin |
int | Count | The number of items the vendor has that you are searching for, does not currently work. |
string | Items[<#>].Name | Specify the index of the item, and it will return the item name.
e.g. ${Vendor.Items[1].Name} |