wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..UseLuaToMove Property

Use lua api to move (otherwise the bot simulate keyboard keys).

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

Syntax


public bool UseLuaToMove { get; set; }
Public Property UseLuaToMove As Boolean
	Get
	Set
public:
property bool^ UseLuaToMove {
	bool^ get ();
	void set (bool^ value);
}