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

    A grenade that can be remotely detonated.

    Hierarchy (View Summary)

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

    The tank owning this weapon.

    trajectory?: Trajectory