The field border's outline is the outline around the outer edge of the field border. They may not be present on every field, but this is not the same as the sideline or end line (although they may be the same color)
football_field_border_outline(
field_length = 0,
field_width = 0,
feature_thickness = 0,
endzone_length = 0,
boundary_line_thickness = 0,
restricted_area_length = 0,
restricted_area_width = 0,
coaching_box_length = 0,
coaching_box_width = 0,
team_bench_length_field_side = 0,
team_bench_length_back_side = 0,
team_bench_width = 0,
team_bench_area_border_thickness = 0,
field_border_thickness = 0,
surrounds_team_bench_area = TRUE,
bench_shape = ""
)
A data frame of the bounding box of the field border's outline
The length of the field
The width of the field
The thickness of the field border's outline
The length of the endzone
The thickness of the boundary lines
The length of the restricted area
The width of the restricted area
The length of the coaching box
The width of the coaching box
The length of the side of the team bench closest to the field
The length of the side of the team bench furthest from the field
The width of the team bench
The thickness of the border around the team bench
The thickness of the field border
A boolean of whether or not the field border should surround the team bench
A string of the shape of the bench. Currently, this checks
for "rectangle"