Table of Contents

Enum DoorAccess

Namespace
S1API.Doors
Assembly
S1API.dll

Defines the access level for players interacting with a door.

public enum DoorAccess
Extension Methods

Fields

Closed = 3

Door is locked - no player access allowed.

EnterOnly = 2

Players can enter through the door but cannot exit from this side.

ExitOnly = 1

Players can exit through the door but cannot enter from this side.

Open = 0

Door is fully open - players can enter and exit freely.