Method Signal
Signal(NwCreature, int)
Signals a user-defined event with the given ID to a creature.
public static void Signal(NwCreature creature, int eventId)
Parameters
creatureNwCreatureThe creature to receive the event.
eventIdintThe integer event identifier to deliver.