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

Properties

NwDoor Door = NWScript.OBJECT_SELF.ToNwObject<NwDoor>()! [get]
 Gets the NwDoor that failed to open. More...
 
NwCreature WhoFailed = NWScript.GetClickingObject().ToNwObject<NwCreature>()! [get]
 Gets the NwCreature that failed to unlock this NwDoor. More...
 
- Properties inherited from Anvil.API.Events.IEvent
NwObjectContext [get]
 

Property Documentation

◆ Door

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

Gets the NwDoor that failed to open.

◆ WhoFailed

NwCreature Anvil.API.Events.DoorEvents.OnFailToOpen.WhoFailed = NWScript.GetClickingObject().ToNwObject<NwCreature>()!
get

Gets the NwCreature that failed to unlock this NwDoor.


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