dress_func
Table of Contents
Scripting - Dress / Undress control function
Here can find some information about Enhanced Scripting function to control Dress / Undress by script
Check Status
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
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
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 List
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 |
dress_func.txt · Last modified: 2022/09/03 23:33 by credzba