-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.enums.connectionstatus
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Enums
public enum ConnectionStatus
Inheritance Object → ValueType → Enum → ConnectionStatus
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Name | Value | Description |
---|---|---|
CheckingLocalVersion | 0 | Checking the version of the game. |
ServerUnreachable | 1 | Server cannot be connected to. |
Initialized | 2 | NGIO.NET has just been initialized. |
ItemsPreloaded | 3 | Items have been preloaded. |
LocalVersionChecked | 4 | Game version has been checked. |
LoginCancelled | 5 | Login failed or was cancelled by the user. |
LoginFailed | 6 | Login failed for an unknown reason. |
LoginRequired | 7 | Login is required to use NGIO. |
LoginSuccessful | 8 | Login was successful. |
PreloadingItems | 9 | NGIO.NET is preloading medals, scoreboards, and/or save slots. |
Ready | 10 | NGIO.NET is ready. |
ServerUnavailable | 11 | The server does not want to respond. |
Uninitialized | 12 | NGIO.NET was just brought to life, but hasn't been told to begin yet. |
UserLoggedOut | 13 | User's session expired or has logged out. |