PluginInfo.getName

Gets the name of the plugin.

The name of a plugin should be a nice short string to be presented in UIs.

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

class PluginInfo
string
getName
()

Return Value

Type: string

the plugin's name.

Meta