Enum PropDoorRotating.DoorState ​
Namespace: ValveResourceFormat.Renderer.Entities
Assembly: Renderer.dll
Where a prop door is in its swing.
csharp
public enum PropDoorRotating.DoorStateFields ​
Closed = 0
At rest at its authored angle.
Opening = 1
Swinging open.
Open = 2
At rest open, to one side or the other.
Closing = 3
Swinging shut.
Ajar = 4
At rest part open, where the map spawned it.

