fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Preparing search index...
PuntResult
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
fair_
catch
fumble
fumble_
return_
yards
muffed
out_
of_
bounds
play_
duration
punt_
return_
yards
punt_
yards
touchback
touchdown
Properties
blocked
blocked
:
boolean
fair_
catch
fair_catch
:
boolean
fumble
fumble
:
boolean
fumble_
return_
yards
fumble_return_yards
:
number
muffed
muffed
:
boolean
out_
of_
bounds
out_of_bounds
:
boolean
play_
duration
play_duration
:
number
punt_
return_
yards
punt_return_yards
:
number
punt_
yards
punt_yards
:
number
touchback
touchback
:
boolean
touchdown
touchdown
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
struct
Properties
blocked
fair_
catch
fumble
fumble_
return_
yards
muffed
out_
of_
bounds
play_
duration
punt_
return_
yards
punt_
yards
touchback
touchdown
fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Loading...
PuntResultstructA
PuntResultrepresents a result of a punt play