sports_bench_total_points
Gets the total number of points for each team in a volleyball game.
Parameters
- int $game_id — The id of the game to get the points from.
Returns
- array — A list of points for the away and home team in a volleyball game.
Since: 2.0
Source
- /includes/functions/teams.php — 208