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

    Interface ShrapnelOptions

    Options for shrapnel explosion.

    interface ShrapnelOptions {
        noCollision?: boolean;
        timeout: number;
    }
    Index
    noCollision?: boolean

    Whether shrapnel ignores wall collisions.

    timeout: number

    Duration of shrapnel in ms.