Vixen
02b45cc4
csharp
public enum MapState

Where the map is in its life.

Read the guide page for this →

Fields and properties (4)

  • Loading

    The host is opening it. The realm is not a placement candidate.

  • Ready

    It is in the world. The realm may report ready.

  • Quiescing

    Draining: the map is still simulating, and nobody new arrives.

  • Unloaded

    Gone.

Used by (3)

  • MapAndHeartbeatTestsVixen.Live.Realm.Tests
  • MapLifetimeVixen.Live.Realm
  • RealmHostTestsVixen.Live.Realm.Tests