Robocode Tank Royale Bot API
GitHub
Preparing search index...
DisconnectedEvent
Class DisconnectedEvent
Event occurring when disconnected from the server.
Hierarchy
ConnectionEvent
DisconnectedEvent
Index
Constructors
constructor
Properties
reason?
remote
server
Uri
status
Code?
Constructors
constructor
new
DisconnectedEvent
(
serverUri
:
string
,
remote
:
boolean
,
statusCode
?:
number
,
reason
?:
string
,
)
:
DisconnectedEvent
Parameters
serverUri
:
string
remote
:
boolean
Optional
statusCode
:
number
Optional
reason
:
string
Returns
DisconnectedEvent
Properties
Optional
Readonly
reason
reason
?:
string
Readonly
remote
remote
:
boolean
Readonly
server
Uri
serverUri
:
string
Optional
Readonly
status
Code
statusCode
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
reason
remote
server
Uri
status
Code
GitHub
Robocode Tank Royale Bot API
Loading...
Event occurring when disconnected from the server.