Here can find some information about Enhanced Scripting function to control Vendor Buy filter by script!
Check Vendor Buy Filter Status | |
Syntax | BuyAgent.Status( ) |
Description: | |
Get a bool value of vendor Buy filter status, if enabled or not | |
Returns | bool |
In Object: | BuyAgent |
Parameters: | none |
Enable Vendor Buy Filter | |
Syntax | BuyAgent.Enable( ) |
Description: | |
Enable vendor Buy filter. | |
Returns | void |
In Object: | BuyAgent |
Parameters: | none |
Disable Vendor Buy Filter | |
Syntax | BuyAgent.Disable( ) |
Description: | |
Stop scavenger engine. | |
Returns | void |
In Object: | BuyAgent |
Parameters: | none |
Change Vendor Buy filter item list | |
Syntax | BuyAgent.ChangeList(string) |
Description: | |
Change list of vendor Buy filter, List must be exist in vendor Buy GUI configuration | |
Returns | void |
In Object: | BuyAgent |
Parameters: | ListName |