Determines if entry id blacklisted.
Namespace:
wManager
Assembly:
wManager (in wManager.dll)
public static bool IsBlackListedNpcEntry(
int entryId
)
Public Shared Function IsBlackListedNpcEntry ( _
entryId As Integer _
) As Boolean
public:
static bool^ IsBlackListedNpcEntry(
int^ entryId
)
Parameters
- entryId
- Type: Int32
The entry id.
Return Value
true if blacklisted otherwise,
false.