AI-generated Key Takeaways
-
The PlayerStats API retrieves information about a player's activity in your application.
-
The Stats interface is deprecated and should be replaced by PlayerStatsClient.
-
Stats.LoadPlayerStatsResult is deprecated as PlayerStats is directly returned in PlayerStatsClient.
-
PlayerStatsBuffer is an implementation containing Player Stats.
Interfaces
| PlayerStats | The PlayerStats API allows you to retrieve information about the player's activity in your application. |
| Stats | This interface is deprecated. Use
PlayerStatsClient
instead |
| Stats.LoadPlayerStatsResult | This interface is deprecated. PlayerStats
is returned directly in the PlayerStatsClient.
|
Classes
| PlayerStatsBuffer | AbstractDataBuffer
implementation containing Player Stats. |