GetVersion

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
(Remarks)
Line 1: Line 1:
-
{{API_Breadcrumb|[[:Category:API_Reference|API Reference]] > [[Turbine_(Package)|Turbine]].[[Plugin]].'''GetName()'''}}
+
{{API_Breadcrumb|[[:Category:API_Reference|API Reference]] > [[Turbine_(Package)|Turbine]].[[Plugin]].'''GetVersion()'''}}
__NOTOC__
__NOTOC__

Revision as of 08:26, 16 November 2010


Gets the name of the plugin.

Syntax

Lua
function Plugin:GetVersion();

Returns

Type: string
The name of the plugin.

Remarks

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

Personal tools