qr2_key_type

GameSpy SDK

qr2_key_type

Keytype indicates the type of keys being referenced -- server, player, or team.

typedef enum 
{
key_server,    
key_player,    
key_team    
} qr2_key_type;

Constants

key_server
General information about the game in progress.
key_player
Information about a specific player.
key_team
Information about a specific team.