| Name | Parameters | Return value | Notes |
| GetDirectory |
|
|
OBSOLETE, use GetFolderName() instead! |
| GetFolderName |
|
|
Returns the name of the folder where the plugin's files are. (APIDump) |
| GetLoadError |
|
|
If the plugin failed to load, returns the error message for the failure. |
| GetLocalDirectory |
|
|
OBSOLETE, use GetLocalFolder instead. |
| GetLocalFolder |
|
|
Returns the path where the plugin's files are. (Plugins/APIDump) |
| GetName |
|
|
Returns the name of the plugin. |
| GetStatus |
|
|
Returns the status of the plugin (loaded, disabled, unloaded, error, not found) |
| GetVersion |
|
|
Returns the version of the plugin. |
| IsLoaded |
|
|
|
| SetName |
|
|
Sets the API name of the Plugin that is used by cPluginManager:CallPlugin() to identify the plugin. |
| SetVersion |
|
|
Sets the API version of the plugin. Currently unused. |