State
public enum State
Content copied to clipboard
A current state of the game, such as loading, at login screen, or logged in.
Entries
CONNECTION_LOST
Link copied to clipboard
CONNECTION_LOST
Content copied to clipboard
Connection to the server was lost.
LOGGING_IN
Link copied to clipboard
LOGGING_IN
Content copied to clipboard
There is a player logging in.
LOGIN_SCREEN_AUTHENTICATOR
Link copied to clipboard
LOGIN_SCREEN_AUTHENTICATOR
Content copied to clipboard
The client is at the login screen entering authenticator code.
LOGIN_SCREEN
Link copied to clipboard
LOGIN_SCREEN
Content copied to clipboard
The client is at the login screen.