Here can find some information about Enhanced Scripting function to control restock engine by script!
Check Restock Status | |
Syntax | Restock.Status( ) |
Description: | |
Get a bool value of scavenger engine status, if running or not | |
Returns | bool |
In Object: | Restock |
Parameters: | none |
Start Restock | |
Syntax | Restock.FStart( ) |
Description: | |
Start Restock engine. | |
Returns | void |
In Object: | Restock |
Parameters: | none |
Stop Restock engine | |
Syntax | Restock.FStop( ) |
Description: | |
Stop Restock engine. | |
Returns | void |
In Object: | Restock |
Parameters: | none |
Change Restock item list | |
Syntax | Restock.ChangeList(string) |
Description: | |
Change list of Restock item, List must be exist in organizer GUI configuration | |
Returns | void |
In Object: | Restock |
Parameters: | ListName |