Sandbox.ModAPI.Ingame
DoorStatus
Assembly: Sandbox.Common.dll
public enum DoorStatus
Describes the current status of the door.
Fields
| Member | Description |
|---|---|
| Closed | The door is fully closed. |
| Closing | The door is in the process of being closed. |
| Open | The door is fully open. |
| Opening | The door is in the process of being opened. |