GetVersion

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
====Returns====
====Returns====
-
Type: string
+
{{API_Type|string|The version of the plugin.}}
-
 
+
-
The version of the plugin.
+
==Remarks==
==Remarks==

Revision as of 04:21, 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