Enum SharedDoorSystem.AccessTypes
How door access should be handled.
Namespace: Content.Shared.Doors.Systems
Assembly: Content.Shared.dll
Syntax
public enum AccessTypes : int
Fields
Name | Description |
---|---|
AllowAll | Allows everyone to open all doors. |
AllowAllIdExternal | Allows everyone to open doors, except external which airlocks are still handled with ID's |
AllowAllNoExternal | Allows everyone to open doors, except external airlocks which are never allowed, even if the user has ID access. |
Id | ID based door access. |