Robocode Tank Royale Bot API
    Preparing search index...

    Class BotInfo

    Index

    Constructors

    • Parameters

      • name: string | null | undefined
      • version: string | null | undefined
      • authors: string[] | null | undefined
      • description: string | null
      • homepage: string | null
      • countryCodes: string[]
      • gameTypes: string[]
      • platform: string | null
      • programmingLang: string | null
      • initialPosition: InitialPosition | null

      Returns BotInfo

    Properties

    authors: string[] | null
    countryCodes: string[]
    description: string | null
    gameTypes: string[]
    homepage: string | null
    initialPosition: InitialPosition | null
    name: string | null
    platform: string | null
    programmingLang: string | null
    version: string | null
    MAX_AUTHOR_LENGTH: 50
    MAX_DESCRIPTION_LENGTH: 250
    MAX_GAME_TYPE_LENGTH: 20
    MAX_HOMEPAGE_LENGTH: 150
    MAX_NAME_LENGTH: 30
    MAX_NUMBER_OF_AUTHORS: 20
    MAX_NUMBER_OF_COUNTRY_CODES: 20
    MAX_NUMBER_OF_GAME_TYPES: 10
    MAX_PLATFORM_LENGTH: 30
    MAX_PROGRAMMING_LANG_LENGTH: 30
    MAX_VERSION_LENGTH: 20

    Methods

    • Parameters

      • name: string | null
      • version: string | null
      • authors: string[] | null

      Returns BotInfoBuilder