Delegate KaijuStats.SuccessIdEventHandler
Delegate for ID events with a success field.
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public delegate void SuccessIdEventHandler(bool success, ulong id);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | success | If this callback was a success. |
| System.UInt64 | id | The user, lobby, game, or leaderboard ID. |