wManager.Wow.Helpers Namespace
WRobot

MovementManager..::..InMoveTo Property

Get if character use MoveTo(Vector3).

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

Syntax


public static bool InMoveTo { get; }
Public Shared ReadOnly Property InMoveTo As Boolean
	Get
public:
static property bool^ InMoveTo {
	bool^ get ();
}

Field Value

true if the player is in MoveTo(Vector3); otherwise, false .