#include <RankingServerDBSpec.h>
Public Attributes | |
PairedKeyDbId | participantDbId |
[in] An integer ID used as the primary key for the player in the database. Should have been previously been added either externally, or through SubmitRatings | |
PairedKeyDbId | gameDbId |
[in] Identifies in the game in the database with a primary and secondary integer key. User defined. | |
bool | participantFound |
[out] Was this participant found? | |
float | rating |
[out] Pointer to whatever you want. Returned in GetRatingForParticipantCB(). |