Vixen
02b45cc4
csharp
public enum AdmissionRefusal

Why somebody was not let in.

Read the guide page for this →

Fields and properties (6)

  • None

    They were.

  • NoTicket

    They presented no ticket, or something that was not one.

  • BadTicket

    The ticket did not survive Validate.

  • Full

    The shard is at its hard cap.

  • Draining

    The shard is draining. It takes no arrivals, which is the whole mechanism behind both elastic consolidation and rolling upgrades.

  • AlreadyHere

    Somebody is already here as that player.

Used by (2)

  • PlayerAdmissionVixen.Live.Realm
  • RealmHostTestsVixen.Live.Realm.Tests