wManager.Wow.Helpers Namespace
WRobot

MovementLoop Constructor (List<(Of <(<'Vector3>)>)>)

Initializes a new instance of the MovementLoop class.

Namespace:  wManager.Wow.Bot.States
Assembly:  wManager (in wManager.dll)

Syntax


public MovementLoop(
	List<Vector3> pathLoop
)
Public Sub New ( _
	pathLoop As List(Of Vector3) _
)
public:
MovementLoop(
	List<Vector3^>^ pathLoop
)

Parameters

pathLoop
Type: List<(Of <(<'Vector3>)>)>
The path loop.