Robocode Tank Royale Bot API
    Preparing search index...

    Class InitialPosition

    Initial starting position containing a start coordinate (x,y) and the shared direction of the body, gun, and radar.

    The initial position is only used when debugging to request the server to let a bot start at a specific position. Note that initial starting positions must be enabled at the server-side; otherwise the initial starting position is ignored.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    direction: number | null
    x: number | null
    y: number | null

    Methods