Enum Scp939VisibilityState
Unique identifier for a Scp939Role.
public enum Scp939VisibilityState
- Extension Methods
Fields
None = 0SCP-939 doesn't see another player, by default FPC role logic.
NotSeen = 1SCP-939 doesn't see a player, by basic SCP-939 logic.
SeenAsScp = 2SCP-939 sees another player, who is teammate SCP.
SeenByDetonation = 3SCP-939 sees another player due the Alpha Warhead detonation.
SeenByRange = 4SCP-939 sees another player, due the base-game vision range logic.
SeenByLastTime = 5SCP-939 sees another player for a while, after it's out of range.