Delegate KaijuStats.UserStatsReceivedHandler
Delegate for getting the stats of a user.
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public delegate void UserStatsReceivedHandler(bool success, ulong game, ulong user);
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. |
| System.UInt64 | user | The user these stats are for. |