wManager.Wow.Helpers Namespace
WRobot

MovementManager..::..CurrentPath Property

Get the current path (can be modified by MovementManager when character are stuck, unmodified path is CurrentPathOrigine).

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

Syntax


public static List<Vector3> CurrentPath { get; }
Public Shared ReadOnly Property CurrentPath As List(Of Vector3)
	Get
public:
static property List<Vector3^>^ CurrentPath {
	List<Vector3^>^ get ();
}

Field Value

The current path.