wManager.Wow.Helpers Namespace
WRobot

Pather..::..ReportBigDangerArea Method

Report big danger area.

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

Syntax


public bool ReportBigDangerArea(
	Vector3 position,
	float radius
)
Public Function ReportBigDangerArea ( _
	position As Vector3, _
	radius As Single _
) As Boolean
public:
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.