Delegate KaijuStats.CurrentUserStatsReceivedHandler
Delegate for getting the stats of a given user.
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public delegate void CurrentUserStatsReceivedHandler(bool success, ulong game);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | success | If the stats were retrieved successfully. Will also be false if the user simply has no stats to retrieve. |
| System.UInt64 | game | The game these stats are for. |