fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Preparing search index...
RunResult
Interface RunResult
RunResult
struct
A
RunResult
represents a result of a run play
interface
RunResult
{
fumble
:
boolean
;
out_of_bounds
:
boolean
;
play_duration
:
number
;
return_yards
:
number
;
safety
:
boolean
;
touchdown
:
boolean
;
two_point_conversion
:
boolean
;
yards_gained
:
number
;
}
Index
Properties
fumble
out_
of_
bounds
play_
duration
return_
yards
safety
touchdown
two_
point_
conversion
yards_
gained
Properties
fumble
fumble
:
boolean
out_
of_
bounds
out_of_bounds
:
boolean
play_
duration
play_duration
:
number
return_
yards
return_yards
:
number
safety
safety
:
boolean
touchdown
touchdown
:
boolean
two_
point_
conversion
two_point_conversion
:
boolean
yards_
gained
yards_gained
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
struct
Properties
fumble
out_
of_
bounds
play_
duration
return_
yards
safety
touchdown
two_
point_
conversion
yards_
gained
fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Loading...
RunResultstructA
RunResultrepresents a result of a run play