We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Connection.default.State
Connection state
• LOGIN = 2
2
Login state
Player is connecting to the server
Connection.ts:103
• NONE = 0
0
None / unknown
Connection.ts:89
• PLAY = 3
3
Play state
Player is online and communicating game data
Connection.ts:110
• STATUS = 1
1
Status state
Sender is checking server status
Connection.ts:96