|
Modules |
The Account Functions |
| The Account functions.
|
The Match Functions |
| The Match Callback functions.
|
The Fix Functions |
| The Fix Callback functions.
|
Functions |
GSbool | MSClient_Initialize (const GSchar *szMasterServerIP, GSushort usMasterServerPort, const GSchar *szUserName, const GSchar *szPassword, const GSchar *szVersion) |
| Initialize the library.
|
GSbool | MSClient_Uninitialize () |
| Uninitialize the library.
|
GSbool | MSClient_Engine (GSuint uiMaxPostingDelay=500, GSuint uiMaxsOperationalDelay=800) |
| Runs the Library.
|
GSbool | MSClient_RequestGameServers (const GSchar *szGameName) |
| Request a new list of game servers.
|
GSbool | MSClient_RefreshGameServer (GSint iLobbyID, GSint iRoomID) |
| Refresh certain Game Servers.
|
GSbool | MSClient_RequestAlternateInfo (GSint iLobbyID, GSint iRoomID) |
| Request the alternate info of a game server.
|
GSbool | MSClient_JoinGameServer (GSint iLobbyID, GSint iRoomID, const GSchar *szPassword, const GSchar *szGSVersion, const GSchar *szGameName, const GSvoid *pvPlayerInfo, GSint iPlayerInfoSize) |
| Tells the library to join a Game Server.
|
GSbool | MSClient_LeaveGameServer (GSint iLobbyID, GSint iRoomID) |
| Leaves the Game Server.
|
GSbool | MSClient_GameServerConnected (GSint iLobbyID, GSint iRoomID) |
| Leaves the Game Server.
|