Show / Hide Table of Contents

Class DoorStatus

Describes the current status of the door.

Inheritance
System.Object
DoorStatus
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public sealed class DoorStatus : Enum

Fields

Closed

The door is fully closed.

Declaration
public const DoorStatus Closed
Field Value
Type Description
DoorStatus

Closing

The door is in the process of being closed.

Declaration
public const DoorStatus Closing
Field Value
Type Description
DoorStatus

Open

The door is fully open.

Declaration
public const DoorStatus Open
Field Value
Type Description
DoorStatus

Opening

The door is in the process of being opened.

Declaration
public const DoorStatus Opening
Field Value
Type Description
DoorStatus

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾