wManager.Wow.Helpers Namespace
WRobot

PathFinder..::..ReportDangerArea Method

Report danger area (POLYAREA_DANGER()()()()).

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

Syntax


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

Parameters

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

Return Value

true if added, false otherwise.