PluginInfo.getDescription

Gets the description of the plugin.

The description of the plugin should be a string presenting the purpose of the plugin. It will typically be presented in a plugin's about box.

The relevant key in the plugin info file is "Description".

class PluginInfo
string
getDescription
()

Return Value

Type: string

the plugin's description.

Meta