bz_loadPlugin()
Available since 2.4.0
Loads a plug-in based on arguments provided.
Usage
bool bz_loadPlugin(const char* path, const char* params)
Parameters | ||
---|---|---|
const char* |
path
|
Path to the plug-in to be loaded. |
const char* |
params
|
Parameters to be passed to the plug-in. |
Returns
bool - true
if it succeeded, otherwise false
.
Other Plug-in Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!