Sandbox.ModAPI.Ingame.DoorStatus - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public enum DoorStatus
Describes the current status of the door.
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
DoorStatus Closed
The door is fully closed.
DoorStatus Closing
The door is in the process of being closed.
DoorStatus Open
The door is fully open.
DoorStatus Opening
The door is in the process of being opened.