wManager.Wow.Helpers Namespace
WRobot

OthersEvents..::..VectorVectorListVectorHandler Delegate

Delegate VectorVectorListVectorHandler

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

Syntax


public delegate void VectorVectorListVectorHandler(
	Vector3 from,
	Vector3 to,
	List<Vector3> path,
	string continentNameMpq,
	bool resultSuccess
)
Public Delegate Sub VectorVectorListVectorHandler ( _
	from As Vector3, _
	to As Vector3, _
	path As List(Of Vector3), _
	continentNameMpq As String, _
	resultSuccess As Boolean _
)
public delegate void VectorVectorListVectorHandler(
	Vector3^ from, 
	Vector3^ to, 
	List<Vector3^>^ path, 
	String^ continentNameMpq, 
	bool^ resultSuccess
)

Parameters

from
Type: robotManager.Helpful..::..Vector3
From.
to
Type: robotManager.Helpful..::..Vector3
To.
path
Type: List<(Of <(<'Vector3>)>)>
The path.
continentNameMpq
Type: String
The continent name MPQ.
resultSuccess
Type: Boolean
if set to true [result success].