Robocode Tank Royale Bot API
    Preparing search index...

    Class DisconnectedEvent

    Event occurring when disconnected from the server.

    Hierarchy

    • ConnectionEvent
      • DisconnectedEvent
    Index

    Constructors

    • Parameters

      • serverUri: string
      • remote: boolean
      • OptionalstatusCode: number
      • Optionalreason: string

      Returns DisconnectedEvent

    Properties

    reason?: string
    remote: boolean
    serverUri: string
    statusCode?: number