fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Preparing search index...
PassResult
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
fumble
interception
pass_
dist
play_
duration
pressure
return_
yards
sack
sack_
yards_
lost
safety
scramble
scramble_
yards
touchdown
two_
point_
conversion
yards_
after_
catch
Properties
complete
complete
:
boolean
fumble
fumble
:
boolean
interception
interception
:
boolean
pass_
dist
pass_dist
:
number
play_
duration
play_duration
:
number
pressure
pressure
:
boolean
return_
yards
return_yards
:
number
sack
sack
:
boolean
sack_
yards_
lost
sack_yards_lost
:
number
safety
safety
:
boolean
scramble
scramble
:
boolean
scramble_
yards
scramble_yards
:
number
touchdown
touchdown
:
boolean
two_
point_
conversion
two_point_conversion
:
boolean
yards_
after_
catch
yards_after_catch
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
struct
Properties
complete
fumble
interception
pass_
dist
play_
duration
pressure
return_
yards
sack
sack_
yards_
lost
safety
scramble
scramble_
yards
touchdown
two_
point_
conversion
yards_
after_
catch
fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Loading...
PassResultstructA
PassResultrepresents a result of a pass play