Click or drag to resize
DoorStatus Enumeration
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

Describes the current status of the door.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum DoorStatus
Members
  Member nameValueDescription
Opening0 The door is in the process of being opened.
Open1 The door is fully open.
Closing2 The door is in the process of being closed.
Closed3 The door is fully closed.
See Also