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