|
Typedefs |
typedef GSvoid(* | CBRegServerRcv_LoginRouterResult )(GSubyte ucType, GSint lReason, const GSchar *szIPAddress) |
| The login result of the router.
|
typedef GSvoid(* | CBRegServerRcv_RouterDisconnection )() |
| Called when you are disconnected from the router.
|
typedef GSvoid(* | CBRegServerRcv_RegisterServer )(GSubyte ucType, GSint lReason, GSint iGroupID, const GSchar *szAddress, GSushort usPort, const GSchar *szSessionName) |
| Result of registering server.
|
typedef GSvoid(* | CBRegServerRcv_RequestParentGroup )(GSubyte ucType, GSint lReason, GSint iLobbyServerID, GSint iGroupID, const GSchar *szGroupName, GSuint uiNbPlayers, GSuint uiMaxPlayers) |
| Gives the List of the Lobbies.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerLogin )(GSubyte ucType, GSint iReason, GSint iLobbyServerID, GSint iGroupID) |
| The result logging in to the lobby server.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerUpdateGroupSettings )(GSubyte ucType, GSint iReason, GSint iGroupID) |
| The result of updating group settings.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerDisconnection )() |
| The game server has disconnected from the Lobby Server.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerMemberNew )(const GSchar *szMember, GSbool bSpectator, const GSchar *szIPAddress, const GSchar *szAltIPAddress, const GSvoid *pPlayerInfo, GSuint uiPlayerInfoSize, GSushort usPlayerStatus) |
| A new member has joined the room.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerMemberLeft )(const GSchar *szMember) |
| A member left the room.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerMatchStartReply )(GSubyte ucType, GSint iReason, GSint iGroupID) |
| Result of starting a match.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerMatchFinishReply )(GSubyte ucType, GSint iReason, GSint iGroupID) |
| Result of finishing a match.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerGroupConfigUpdate )(GSuint uiGroupConfig, GSint iGroupID) |
| The Group Config has changed.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerMemberUpdateStatus )(const GSchar *szMember, GSushort usMemberStatus) |
| A member status has been updated.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerNewUpdateGroup )(GSushort usRoomType, const GSchar *szRoomName, GSint iGroupID, GSint iLobbyServerID, GSint iParentGroupID, GSint uiGroupConfig, GSshort sGroupLevel, const GSchar *szMaster, const GSchar *szAllowedGames, const GSchar *szGame, const GSvoid *pGroupInfo, GSuint uiGroupInfoSize, GSuint uiMatchEventID, GSuint uiMaxPlayers, GSuint uiNbPlayers, GSuint uiMaxSpectators, GSuint uiNbSpectators, const GSchar *szGameVersion, const GSchar *szGSGameVersion, const GSchar *szIPAddress, const GSchar *szAltIPAddress) |
| Settings of the room as it is on the lobby-server.
|
typedef GSvoid(* | CBRegServerRcv_LobbyServerMemberUpdateInfo )(const GSchar *szMember, const GSvoid *pPlayerInfo, GSuint uiPlayerInfoSize) |
| Receive when a player's info changes.
|
typedef GSvoid( * CBRegServerRcv_LobbyServerNewUpdateGroup)( GSushort usRoomType, const GSchar* szRoomName, GSint iGroupID, GSint iLobbyServerID, GSint iParentGroupID, GSint uiGroupConfig, GSshort sGroupLevel, const GSchar* szMaster, const GSchar* szAllowedGames, const GSchar* szGame, const GSvoid* pGroupInfo, GSuint uiGroupInfoSize, GSuint uiMatchEventID, GSuint uiMaxPlayers, GSuint uiNbPlayers, GSuint uiMaxSpectators, GSuint uiNbSpectators, const GSchar* szGameVersion, const GSchar* szGSGameVersion, const GSchar* szIPAddress, const GSchar* szAltIPAddress )
|
|