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

    Interface PassResult

    PassResult struct

    A PassResult represents a result of a pass play

    interface PassResult {
        complete: boolean;
        fumble: boolean;
        interception: boolean;
        pass_dist: number;
        play_duration: number;
        pressure: boolean;
        return_yards: number;
        sack: boolean;
        sack_yards_lost: number;
        safety: boolean;
        scramble: boolean;
        scramble_yards: number;
        touchdown: boolean;
        two_point_conversion: boolean;
        yards_after_catch: number;
    }
    Index

    Properties

    complete: boolean
    fumble: boolean
    interception: boolean
    pass_dist: number
    play_duration: number
    pressure: boolean
    return_yards: number
    sack: boolean
    sack_yards_lost: number
    safety: boolean
    scramble: boolean
    scramble_yards: number
    touchdown: boolean
    two_point_conversion: boolean
    yards_after_catch: number