Summary
Allows access to stats for the current game. Stats are defined by the game's author
and can be used to track anything from player actions to performance metrics. They are
how you submit data to leaderboards.
Static Properties
Global |
Get the global stats for the calling package |
LocalPlayer |
Get the global stats for the calling package |
Static Methods
Flush |
Send any pending stats to the backend. Don't wait for confirmation of ingestiom, fire and forget. |
FlushAndWaitAsync |
Send any pending stats to the backend, will wait until they're available for query before finishing. |
FlushAsync |
Send any pending stats to the backend. Don't wait for confirmation of ingestiom, fire and forget. |
GetGlobalStats |
Get the global stats for this package |
GetLocalPlayerStats |
Get the global stats for this package |
GetPlayerStats |
Get the stats for this package |
Increment |
|
SetValue |
|