|
Functions |
| GSbool | PSSend_Login () |
| | Login to the persistent storage service.
|
| GSbool | PSSend_Disconnect () |
| | Disconnect from the persistent storage service.
|
| GSbool | PS_Engine (GSuint uiMaxPostingDelay=500, GSuint uiMaxsOperationalDelay=800) |
| | Update connection status-messages handling relating to the persistent data storage service.
|
| GSuint | PSSend_GetPrivateData (const GSchar *szGame, GSint iEventID, GSint iRecordID) |
| | Get the private data related to a player.
|
| GSuint | PSSend_SetPrivateData (const GSchar *szGame, GSint iEventID, GSint iRecordID, const GSvoid *vpData, GSint iSize) |
| | Set the private data related to a player.
|
| GSuint | PSSend_GetPublicData (const GSchar *szGame, GSint iEventID, GSint iRecordID, const GSchar *szUsername=0) |
| | Get the public data related to a player.
|
| GSuint | PSSend_SetPublicData (const GSchar *szGame, GSint iEventID, GSint iRecordID, const GSvoid *vpData, GSint iSize) |
| | Set the public data related to a player.
|