Delegate StovePCMatchmakingCallback.OnUserLeave
로비에 유저가 퇴장시 호출되는 이벤트입니다.
Namespace: Stove.PCSDK.NET.Matchmaking
Assembly: StovePCMatchmaking64.Net.dll
Syntax
public delegate void OnUserLeave(StovePCMatchmakingError error, StovePCMatchmakingUserLeave userLeave);
Parameters
| Type | Name | Description |
|---|---|---|
| StovePCMatchmakingError | error | 콜백에 대한 응답 코드 |
| StovePCMatchmakingUserLeave | userLeave | 로비를 퇴장한 유저 데이터 |