Robocode Tank Royale Bot API
    Preparing search index...

    Class BulletState

    Represents the state of a bullet at a specific turn.

    Index

    Constructors

    Properties

    Accessors

    Constructors

    • Parameters

      • bulletId: number
      • ownerId: number
      • power: number
      • x: number
      • y: number
      • direction: number
      • color: Color | null

      Returns BulletState

    Properties

    bulletId: number
    color: Color | null
    direction: number
    ownerId: number
    power: number
    x: number
    y: number

    Accessors

    • get speed(): number

      Returns the speed of the bullet measured in units per turn.

      Returns number