Skip to content

Connection.default.State

km127pl edited this page Aug 13, 2023 · 1 revision

Enumeration: State

Connection.default.State

Connection state

Table of contents

Enumeration Members

Enumeration Members

LOGIN

LOGIN = 2

Login state

Player is connecting to the server

Defined in

Connection.ts:103


NONE

NONE = 0

None / unknown

Defined in

Connection.ts:89


PLAY

PLAY = 3

Play state

Player is online and communicating game data

Defined in

Connection.ts:110


STATUS

STATUS = 1

Status state

Sender is checking server status

Defined in

Connection.ts:96

Clone this wiki locally