wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..IsBlackListedAllConditions Method (WoWUnit)

Determines if unit is blacklisted (position, guid or entry id).

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

Syntax


public static bool IsBlackListedAllConditions(
	WoWUnit woWUnit
)
Public Shared Function IsBlackListedAllConditions ( _
	woWUnit As WoWUnit _
) As Boolean
public:
static bool^ IsBlackListedAllConditions(
	WoWUnit^ woWUnit
)

Parameters

woWUnit
Type: wManager.Wow.ObjectManager..::..WoWUnit
The unit.

Return Value

true if blacklisted otherwise, false.