Beta Documentation - Subject to change.

Gets the name of the plugin.

Syntax

Lua
function Plugin:GetName();

Returns

Type: string
The name of the plugin.

Remarks

This method gets the name of the plugin that was specified in the plugin information file.

See Also