OthersEvents..::..AddBlackListNpcEntryHandler Delegate
Delegate AddBlackListNpcEntryHandler
Namespace:
wManager.EventsAssembly: wManager (in wManager.dll)
Syntax
public delegate void AddBlackListNpcEntryHandler( int entryId, bool isSessionBlacklist, CancelEventArgs cancelable )
Public Delegate Sub AddBlackListNpcEntryHandler ( _ entryId As Integer, _ isSessionBlacklist As Boolean, _ cancelable As CancelEventArgs _ )
public delegate void AddBlackListNpcEntryHandler( int^ entryId, bool^ isSessionBlacklist, CancelEventArgs^ cancelable )
Parameters
- entryId
- Type: Int32
The entry identifier.
- isSessionBlacklist
- Type: Boolean
if set to true it will be added again to the blacklist if the continent change for example.
- cancelable
- Type: CancelEventArgs
The CancelEventArgs instance containing the event data.