wManager.Wow.Helpers Namespace
WRobot

Lua..::..GetLocalizedText Method

Get value of specified lua variable

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static string GetLocalizedText(
	string commandline,
	bool deletedVariable
)
Public Shared Function GetLocalizedText ( _
	commandline As String, _
	deletedVariable As Boolean _
) As String
public:
static String^ GetLocalizedText(
	String^ commandline, 
	bool^ deletedVariable
)

Parameters

commandline
Type: String
The variable name.
deletedVariable
Type: Boolean
if set to true empty variable value after reading the value.

Return Value

variable value.