wManager.Wow.Helpers Namespace
WRobot

PathFinder..::..ReportArea Method

Report the area.

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

Syntax


public static bool ReportArea(
	Vector3 position,
	float radius,
	PolyArea areaType,
	bool addToList
)
Public Shared Function ReportArea ( _
	position As Vector3, _
	radius As Single, _
	areaType As PolyArea, _
	addToList As Boolean _
) As Boolean
public:
static bool^ ReportArea(
	Vector3^ position, 
	float^ radius, 
	PolyArea^ areaType, 
	bool^ addToList
)

Parameters

position
Type: robotManager.Helpful..::..Vector3
The position.
radius
Type: Single
The radius.
areaType
Type: PolyArea
Type of the area.
addToList
Type: Boolean
if set to true add to list (AddAreaToList(ReportAreaStruct)).

Return Value

true if added, false otherwise.