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

    Type Alias PlayTypeResult

    PlayTypeResult:
        | { data: BetweenPlayResult; type: "BetweenPlay" }
        | { data: RunResult; type: "Run" }
        | { data: PassResult; type: "Pass" }
        | { data: FieldGoalResult; type: "FieldGoal" }
        | { data: PuntResult; type: "Punt" }
        | { data: KickoffResult; type: "Kickoff" }
        | { data: FieldGoalResult; type: "ExtraPoint" }
        | { data: RunResult; type: "QbKneel" }
        | { data: PassResult; type: "QbSpike" }

    PlayTypeResult enum

    The PlayTypeResult enum is used to store the result of an arbirary play for gathering game statistics