wManager.Wow.Helpers Namespace
WRobot

RunCodeExtension..::..RunLuaBotScript Method

Run LuaBot script.

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

Syntax


public static bool RunLuaBotScript(
	string code
)
Public Shared Function RunLuaBotScript ( _
	code As String _
) As Boolean
public:
static bool^ RunLuaBotScript(
	String^ code
)

Parameters

code
Type: String
The code.

Return Value

true if success, false otherwise.