wManager.Wow.Helpers Namespace
WRobot

MovementManager..::..CurrentPathOrigine Property

Get the unmodified current path (because CurrentPath can be modified).

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

Syntax


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

Field Value

The initial current path.