Enum DoorAccess
Defines the access level for players interacting with a door.
public enum DoorAccess
- Extension Methods
Fields
Closed = 3Door is locked - no player access allowed.
EnterOnly = 2Players can enter through the door but cannot exit from this side.
ExitOnly = 1Players can exit through the door but cannot enter from this side.
Open = 0Door is fully open - players can enter and exit freely.