GetVersion

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
(Syntax)
(Remarks)
Line 11: Line 11:
==Remarks==
==Remarks==
-
This method gets the name of the plugin that was specified in the plugin information file.  
+
This method gets the version of the plugin that was specified in the plugin information file.  
[[Category:API_Methods]]
[[Category:API_Methods]]

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 version of the plugin that was specified in the plugin information file.

Personal tools