wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..AddBlackListZone Method (Vector3, Single, Boolean)

Add zone to blacklisted zones.

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

Syntax


public static void AddBlackListZone(
	Vector3 position,
	float radius,
	bool isSessionBlacklist
)
Public Shared Sub AddBlackListZone ( _
	position As Vector3, _
	radius As Single, _
	isSessionBlacklist As Boolean _
)
public:
static void AddBlackListZone(
	Vector3^ position, 
	float^ radius, 
	bool^ isSessionBlacklist
)

Parameters

position
Type: robotManager.Helpful..::..Vector3
The position.
radius
Type: Single
The radius.
isSessionBlacklist
Type: Boolean
if set to true it will be added again to the blacklist if the continent change for example.