wManager.Wow.Helpers Namespace
WRobot

LuaBot..::..DoChunk Method (String, String)

Run code

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static bool DoChunk(
	string script,
	string name
)
Public Shared Function DoChunk ( _
	script As String, _
	name As String _
) As Boolean
public:
static bool^ DoChunk(
	String^ script, 
	String^ name
)

Parameters

script
Type: String
The script.
name
Type: String
The name.

Return Value

true if success, false otherwise.