Anvil
Anvil.API.Events.DoorEvents.OnDeath Class Reference
+ Inheritance diagram for Anvil.API.Events.DoorEvents.OnDeath:
+ Collaboration diagram for Anvil.API.Events.DoorEvents.OnDeath:

Properties

NwDoor Door = NWScript.OBJECT_SELF.ToNwObject<NwDoor>()! [get]
 Gets the NwDoor that was destroy. More...
 
NwCreature Killer = NWScript.GetLastKiller().ToNwObject<NwCreature>()! [get]
 Gets the NwCreature that killed the NwDoor. More...
 
- Properties inherited from Anvil.API.Events.IEvent
NwObjectContext [get]
 

Property Documentation

◆ Door

NwDoor Anvil.API.Events.DoorEvents.OnDeath.Door = NWScript.OBJECT_SELF.ToNwObject<NwDoor>()!
get

Gets the NwDoor that was destroy.

◆ Killer

NwCreature Anvil.API.Events.DoorEvents.OnDeath.Killer = NWScript.GetLastKiller().ToNwObject<NwCreature>()!
get

Gets the NwCreature that killed the NwDoor.


The documentation for this class was generated from the following file: