OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
atlas_Competition_Race_Sample_App_v1.h
1
2// GameSpy ATLAS Competition System Header File
3//
4// NOTE: This is an auto-generated file, do not edit this file directly.
6
7#define ATLAS_RULE_SET_VERSION 1
8
9// KEYS
10// Use these key ID's to report match data for your game.
11
12#define RACE_TIME 1 // Player's race time for the match (milliseconds).
13
15
16// STATS
17// Use these stat ID's to query aggregate statistics for your game.
18
19#define CAREER_WINS 1
20#define CAREER_LOSSES 2
21#define BEST_RACE_TIME 3 // Player's career best race time (milliseconds).
22#define WORST_RACE_TIME 4 // Player's career worst race time (milliseconds).
23#define TOTAL_MATCHES 5
24#define AVERAGE_RACE_TIME 6 // Player's average race time per match (milliseconds/match).
25#define CURRENT_WIN_STREAK 7
26#define CURRENT_LOSS_STREAK 8
27#define TOTAL_RACE_TIME 9 // Player's total race time for all matches (milliseconds).