GetVersion

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
Current revision (08:26, 16 November 2010) (view source)
(Returns)
 
Line 8: Line 8:
====Returns====
====Returns====
-
{{API_Type|string|The name of the plugin.}}
+
{{API_Type|string|The version of the plugin.}}
==Remarks==
==Remarks==

Current revision


Gets the name 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