GetVersion

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: Gets the version of the plugin. ==Syntax== {{API_Example|Lua|function Plugin:GetVersion();}} ===Returns=== Type: string The version of the plugin. ==Remarks== This method gets the vers...)
Line 1: Line 1:
 +
{{API_Breadcrumb|[[:Category:API_Reference|API Reference]] > [[Turbine_(Package)|Turbine]].[[Plugin]].'''{{PAGENAME}}()'''}}
 +
Gets the version of the plugin.
Gets the version of the plugin.

Revision as of 03:44, 23 September 2010

Gets the version of the plugin.

Syntax

Lua
function Plugin:GetVersion();

Returns

Type: string

The version of the plugin.

Remarks

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

Personal tools