wManager.Wow.Helpers Namespace
WRobot

PathFinder..::..ReportBigDangerArea Method

Reports the big danger area (POLYAREA_BIGDANGER()()()()).

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

Syntax


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

Parameters

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

Return Value

true if added, false otherwise.