Table of Contents

Enum KeycardPermissions

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

The types of permissions assigned to keycards.

[Flags]
public enum KeycardPermissions
Extension Methods

Fields

None = 0

No permissions.

Checkpoints = 1

Opens checkpoints.

ExitGates = 2

Opens Gate A and Gate B.

Intercom = 4

Opens the Intercom door.

AlphaWarhead = 8

Opens the Alpha Warhead detonation button on surface.

ContainmentLevelOne = 16

Opens Scp914Gate.

ContainmentLevelTwo = 32

ContainmentLevelOne, Checkpoints.

ContainmentLevelThree = 64

ContainmentLevelTwo, Intercom, AlphaWarhead.

ArmoryLevelOne = 128

Checkpoints, Opens Light Containment armory.

ArmoryLevelTwo = 256

ArmoryLevelOne, ExitGates, Opens Heavy Containment armories.

ArmoryLevelThree = 512

ArmoryLevelTwo, Intercom, Opens MicroHID room.

ScpOverride = 1024

Checkpoints.

See Also