class SRL::Game::Statistics

Summary information about runs of a particular game.

Attributes

largestRace[R]

The ID of the race with the highest number of entrants.

largestRaceSize[R]

Number of entrants in the largest race of the game associated with these Statistics.

largest_race_id[R]

The ID of the race with the highest number of entrants.

largest_race_player_count[R]

Number of entrants in the largest race of the game associated with these Statistics.

largest_race_size[R]

Number of entrants in the largest race of the game associated with these Statistics.

totalPlayers[R]

Number of players that have participated in a race of a given game.

totalRaceTime[R]

Number of seconds that this game has been raced. A sum of the worst time of each race.

totalRaces[R]

Number of races that a particular game has had.

totalTimePlayed[R]

Number of seconds that this game has been played for. A sum of all the times in all races.

total_players[R]

Number of players that have participated in a race of a given game.

total_race_time[R]

Number of seconds that this game has been raced. A sum of the worst time of each race.

total_races[R]

Number of races that a particular game has had.

total_time_played[R]

Number of seconds that this game has been played for. A sum of all the times in all races.