GetVersion

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
(Syntax)
Line 5: Line 5:
==Syntax==
==Syntax==
-
{{API_Example|Lua|{{API_Keyword|function}}{{API_Whitespace| }}Plugin{{API_Operator|:}}GetName{{API_Operator|(}}{{API_Operator|)}}{{API_Operator|;}}{{API_Whitespace|<br>}}}}
+
{{API_Example|Lua|{{API_Keyword|function}}{{API_Whitespace| }}Plugin{{API_Operator|:}}GetVersion{{API_Operator|(}}{{API_Operator|)}}{{API_Operator|;}}{{API_Whitespace|<br>}}}}
====Returns====
====Returns====

Revision as of 08:23, 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 name of the plugin that was specified in the plugin information file.

Personal tools