CTFTNKS Project Documentation - v1.3.0
    Preparing search index...

    Laser weapon.

    Hierarchy (View Summary)

    Index
    bot: BotAI
    bullet: Bullet | null = null
    every?: number
    fired: boolean = false
    image: HTMLImageElement
    isActive: boolean = true
    isDeleted: boolean = false
    name: string = "Laser"
    nshots?: number
    tank: Tank

    The tank owning this weapon.

    trajectory: Trajectory