DAZ Script | |
---|---|
Status | { Loaded, RequiresRestart, ManuallyDisabled, EvaluationInvalid, Failed } |
DAZ Script | |
---|---|
String | getAuthor () |
String | getDescription () |
String | getEvaluationInformation () |
String | getFilename () |
Boolean | getLoadOnStart () |
String | getName () |
Array | getPrefixes () |
Status | getStatus () |
String | getStatusInformation () |
String | getStatusString () |
DzVersion | getVersion () |
String | getVersionString () |
Boolean | isActivated () |
Boolean | isRegistered () |
Boolean | validateSerialNumber ( String serialNumber, Boolean saveIfValid ) |
This class provides startup and shutdown functionality for DAZ Studio plug-ins and maintains the list of class types exported by the plug-in.
TODO: Add description.
Return Value:
String : getDescription()
Return Value:
String : getEvaluationInformation()
Return Value:
String : getFilename()
Return Value:
Return Value:
true
if the plug-in should load on application start, otherwise false
.Return Value:
Array : getPrefixes()
Return Value:
Since:
Status : getStatus()
Return Value:
String : getStatusInformation()
Return Value:
Return Value:
DzVersion : getVersion()
Return Value:
Return Value:
Boolean : isActivated()
Return Value:
true
if the plug-in is activated, otherwise false
. A plug-in is considered activated if it has either been registered or it is within an evaluation period.See Also:
Boolean : isRegistered()
Return Value:
true
if the plug-in has been registered, otherwise false
. A plug-in is considered registered if a valid serial number for the plug-in has been applied, or if the plug-in does not use serial number registration. A plug-in that is within an evaluation period is not considered registered.See Also:
Boolean : validateSerialNumber( String serialNumber, Boolean saveIfValid )
Parameter(s):
true
, the serial number will be saved if it is found to be valid.Return Value:
true
if the serial number is valid for the plug-in, otherwise false
.