Unit CastleGooglePlayGames
Description
Google Play Game Services integration (TGooglePlayGames).
Uses
Overview
Classes, Interfaces, Objects and Records
Class TGooglePlayGames |
Google Play Games integration (achievements, leaderboards, save games). |
Types
Description
Types
TSaveGameLoadedEvent = procedure (Sender: TObject; const Success: boolean; const Content: string) of object; |
|
Event for TGooglePlayGames.OnSaveGameLoaded.
Parameters
- Success
- Whether we loaded the savegame successfully.
- Content
- The savegame content, if Success. If not Success, this is the error message.
|
Generated by PasDoc 0.14.0.
|