SAKERateRecordOutput

GameSpy SDK

SAKERateRecordOutput

Returned output object that lists the new number of ratings and the new average rating for the specified record.

typedef struct 
{
int mNumRatings;
float mAverageRating;
} SAKERateRecordOutput;

Members

mNumRatings
The number of ratings associated with this record.
mAverageRating
The average rating of this record.

Section Reference: Gamespy Sake SDK

See Also: sakeRateRecord, SAKERequestCallback