Here can find some information about Enhanced Scripting function to control Dress / Undress by script
Check Dress Engine Status | |
Syntax | Dress.DressStatus( ) |
Description: | |
Get a bool value of dress engine if running or not. | |
Returns | bool |
In Object: | Dress |
Parameters: | none |
Check UnDress Engine Status | |
Syntax | Dress.UnDressStatus( ) |
Description: | |
Get a bool value of Undress engine if running or not. | |
Returns | bool |
In Object: | Dress |
Parameters: | none |
Start Dress Engine | |
Syntax | Dress.DressFStart( ) |
Description: | |
Start Dress engine. | |
Returns | void |
In Object: | Dress |
Parameters: | none |
Start UnDress Engine | |
Syntax | Dress.UnDressFStart( ) |
Description: | |
Start UnDress engine. | |
Returns | void |
In Object: | Dress |
Parameters: | none |
Stop Dress Engine | |
Syntax | Dress.DressFStop( ) |
Description: | |
Force Stop Dress engine. | |
Returns | void |
In Object: | Dress |
Parameters: | none |
Stop UnDress Engine | |
Syntax | Dress.UnDressFStop( ) |
Description: | |
Force Stop UnDress engine. | |
Returns | void |
In Object: | Dress |
Parameters: | none |
Change Dress item list | |
Syntax | Dress.ChangeList(string) |
Description: | |
Change item list of dress engine, List must be exist in dress / undress GUI configuration | |
Returns | void |
In Object: | Dress |
Parameters: | ListName |