Table of Contents

Property DoorOpenState

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DoorOpenState

Gets or sets the open state for this door.

public DoorOpenState DoorOpenState { get; set; }

Property Value

DoorOpenState

Remarks

Changing this property will not fire the door's OnOpen/OnClose event.
Use the OnDoorSetOpenState event to handle state changes to the door.