Table of Contents

Enum Scp939VisibilityState

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

Unique identifier for a Scp939Role.

public enum Scp939VisibilityState
Extension Methods

Fields

None = 0

SCP-939 doesn't see another player, by default FPC role logic.

NotSeen = 1

SCP-939 doesn't see a player, by basic SCP-939 logic.

SeenAsScp = 2

SCP-939 sees another player, who is teammate SCP.

SeenByDetonation = 3

SCP-939 sees another player due the Alpha Warhead detonation.

SeenByRange = 4

SCP-939 sees another player, due the base-game vision range logic.

SeenByLastTime = 5

SCP-939 sees another player for a while, after it's out of range.