|
| static CatalyzerScriptInterface * | Create (str &moduleName, PythonScriptEngine *pse) |
| |
| static None | Destroy (CatalyzerScriptInterface *csi) |
| |
◆ Create()
| static CatalyzerScriptInterface * disti::PythonCatalyzerModule::Create |
( |
str & |
moduleName, |
|
|
PythonScriptEngine * |
pse |
|
) |
| |
|
static |
Gets an instance of an impelementation of a CatalyzerScriptInterface.
Call Destroy on it when it is no longer needed.
- Parameters
-
| moduleName | The name of the script file to access through the interface |
| pse | The PythonScriptEngine instance. It must already be initialized. |
- Returns
- A new instance created for this module. Does not return NULL.
◆ Destroy()
| static None disti::PythonCatalyzerModule::Destroy |
( |
CatalyzerScriptInterface * |
csi | ) |
|
|
static |
Call this to free the CatalyzerScriptInterface created with Create()
- Parameters
-
| csi | The CatalyzerScriptInterface* from Create() |
The documentation for this class was generated from the following file: