![]() |
Essential Kit
|
Provides an interface to communicate with game server about local players progress towards completing achievement. More...
Public Member Functions | |
void | ReportProgress (CompletionCallback callback) |
Reports the progress of this achievement. | |
By default, when an achievement is completed, a notification banner is displayed to the player. If your game wants to display its own interface, you can prevent it by setting ShowAchievementCompletionBanner property in Game Services Settings to NO.
void ReportProgress | ( | CompletionCallback | callback | ) |
callback | Callback that will be called after operation is completed. |
Referenced by GameServices.ReportAchievementProgress().