Table of Contents

Class DoorEvents.OnFailToOpen

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

Triggered when an attempt to open the door fails (e.g., door is locked).

public sealed class DoorEvents.OnFailToOpen : IEvent
Inheritance
DoorEvents.OnFailToOpen
Implements
Inherited Members
Extension Methods

Properties

Door

Gets the NwDoor that failed to open.

WhoFailed

Gets the creature that failed to open the door.