DAZ Script | |
---|---|
void | doAboutPluginsDlg () |
DzPlugin | findPlugin ( String pluginName ) |
Number | getNumPlugins () |
DzPlugin | getPlugin ( Number which ) |
Boolean | saveConfiguration () |
void | setPluginLoadOnStartup ( DzPlugin plugin, Boolean onOff ) |
void | pluginAdded ( DzPlugin plugin ) |
Responsible for the management of dynamically loaded libraries (aka “plugins”) that extend the features/functionality of the core application.
There is only one instance of this manager in an application. This instance is created and owned by DzApp. Request the instance via DzApp::getPluginMgr().
See Also:
void : doAboutPluginsDlg()
Shows the “About Installed Plugins” dialog.
DzPlugin : findPlugin( String pluginName )
Parameter(s):
Return Value:
Number : getNumPlugins()
Return Value:
DzPlugin : getPlugin( Number which )
Parameter(s):
Return Value:
Return Value:
true
if the configuration file was saved, otherwise false
.Since:
void : setPluginLoadOnStartup( DzPlugin plugin, Boolean onOff )
Sets whether or not the plug-in should load when the application starts.
Parameter(s):
true
, the plugin should load on startup. If false
, the plugin should not load on startup.Since: