SCGameResult

GameSpy SDK

SCGameResult

Used when submitting a report for a game session to reflect the player's result.

typedef enum 
{
SCGameResult_WIN,    
SCGameResult_LOSS,    
SCGameResult_DRAW,    
SCGameResult_DISCONNECT,    
SCGameResult_DESYNC,    
SCGameResult_NONE,    
SCGameResultMax    
} SCGameResult;

Constants

SCGameResultMax
Total number of game result codes.

Remarks

Can be used for both player and a team.

Section Reference: Gamespy Competition SDK