PEERAutoMatchStatus

GameSpy SDK

PEERAutoMatchStatus

Possible status values passed to the peerAutoMatchStatusCallback. If PEERFailed, the match failed. Otherwise, this is the current status of the automatch attempt.

typedef enum 
{
PEERFailed,    
PEERSearching,    
PEERWaiting,    
PEERStaging,    
PEERReady,    
PEERComplete    
} PEERAutoMatchStatus;

Constants

PEERFailed
The automatch attempt failed.
PEERSearching
Searching for a match (active).
PEERWaiting
Waiting for a match (passive).
PEERStaging
In a staging room with at least one other player, possibly waiting for more.
PEERReady
All players are in the staging room, the game is ready to be launched.
PEERComplete
The game is launching, the automatch attempt is now complete. The player is still in the staging room.

Section Reference: Gamespy Peer SDK