wManager.Wow.Helpers Namespace
WRobot

Lua..::..LuaDoString Method (List<(Of <(<'String>)>)>, String)

Execute lua code and get result.

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

Syntax


public static string LuaDoString(
	List<string> command,
	string returnVariableName
)
Public Shared Function LuaDoString ( _
	command As List(Of String), _
	returnVariableName As String _
) As String
public:
static String^ LuaDoString(
	List<String^>^ command, 
	String^ returnVariableName
)

Parameters

command
Type: List<(Of <(<'String>)>)>
The lua code.
returnVariableName
Type: String
Name of variable where is save the result.

Return Value

result