fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
    Preparing search index...

    Interface PuntResult

    PuntResult struct

    A PuntResult represents a result of a punt play

    interface PuntResult {
        blocked: boolean;
        fair_catch: boolean;
        fumble: boolean;
        fumble_return_yards: number;
        muffed: boolean;
        out_of_bounds: boolean;
        play_duration: number;
        punt_return_yards: number;
        punt_yards: number;
        touchback: boolean;
        touchdown: boolean;
    }
    Index

    Properties

    blocked: boolean
    fair_catch: boolean
    fumble: boolean
    fumble_return_yards: number
    muffed: boolean
    out_of_bounds: boolean
    play_duration: number
    punt_return_yards: number
    punt_yards: number
    touchback: boolean
    touchdown: boolean