fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Preparing search index...
FieldGoalResult
Interface FieldGoalResult
FieldGoalResult
struct
A
FieldGoalResult
represents a result of a field goal
interface
FieldGoalResult
{
blocked
:
boolean
;
extra_point
:
boolean
;
field_goal_distance
:
number
;
made
:
boolean
;
play_duration
:
number
;
return_yards
:
number
;
touchdown
:
boolean
;
}
Index
Properties
blocked
extra_
point
field_
goal_
distance
made
play_
duration
return_
yards
touchdown
Properties
blocked
blocked
:
boolean
extra_
point
extra_point
:
boolean
field_
goal_
distance
field_goal_distance
:
number
made
made
:
boolean
play_
duration
play_duration
:
number
return_
yards
return_yards
:
number
touchdown
touchdown
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
struct
Properties
blocked
extra_
point
field_
goal_
distance
made
play_
duration
return_
yards
touchdown
fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Loading...
FieldGoalResultstructA
FieldGoalResultrepresents a result of a field goal