Table of Contents

Class OnDoorSetOpenState

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

Called when a door's open state is changed (open/closed/destroyed).

public sealed class OnDoorSetOpenState : IEvent
Inheritance
OnDoorSetOpenState
Implements
Inherited Members
Extension Methods

Properties

Door

The door that is being open/closed.

OpenState

The new open state of the door.

PreventStateChange

Gets or sets if the door state should not be changed.