wManager.Wow.Helpers Namespace
WRobot

PathFinder..::..ReportNormalArea Method

Report the normal area (POLYAREA_GROUND()()()()).

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

Syntax


public static bool ReportNormalArea(
	Vector3 position,
	float radius
)
Public Shared Function ReportNormalArea ( _
	position As Vector3, _
	radius As Single _
) As Boolean
public:
static bool^ ReportNormalArea(
	Vector3^ position, 
	float^ radius
)

Parameters

position
Type: robotManager.Helpful..::..Vector3
The position.
radius
Type: Single
The radius.

Return Value

true if added, false otherwise.