{// The numbers are due to legacy code, specifically ServerRunningA values
offline=0,
online=2,
checking=1,
NoNetworkAddress=3
offline=0,
online=2,
checking=1,
NoNetworkAddress=3
}
/// <summary>
...
...
@@ -136,20 +137,23 @@ public IEnumerator UpdateServerStatus(bool skipIfAlreadyChecked = false)
}
}
/// <summary>
/// Gather the <see cref="ServerSlotData"/> of all <see cref="ServerSlot"/> in one place, so one can iterate over all of them
/// Gather the <see cref="ServerSlotData"/> of all <see cref="ServerSlot"/> in one place, so one can iterate over all of them.<br/>
/// <remarks><list type="bullet">
/// <item><seealso cref="LastIP"/>, <seealso cref="SelecIP"/> and alike offer more compact access to the domains.</item>
/// <item>Accessing other data in this Dict is kind of ugly, but I cannot think of a much better way to implement it, as it shoud be iteratable and indexable.</item>