GetVersion

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
{{API_Example|Lua|function Plugin:GetVersion();}}
{{API_Example|Lua|function Plugin:GetVersion();}}
-
===Returns===
+
====Returns====
Type: string
Type: string

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