Skip to content

Sandbox.ModAPI.Ingame.DoorStatus

Morten Aune Lyrstad edited this page Apr 16, 2022 · 38 revisions

IndexNamespace Index

DoorStatus Enum

public enum DoorStatus

Describes the current status of the door.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll

Fields

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.

Clone this wiki locally