Struct StovePCMatchmakingRecvRejectLobbyInvitation
다른 유저가 초대를 거절 시 콜백으로 전달되는 구조체입니다.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Stove.PCSDK.NET.Matchmaking
Assembly: StovePCMatchmaking64.Net.dll
Syntax
public struct StovePCMatchmakingRecvRejectLobbyInvitation
Constructors
StovePCMatchmakingRecvRejectLobbyInvitation(String, UInt64, String)
맴버 초기화 생성자
Declaration
public StovePCMatchmakingRecvRejectLobbyInvitation(string id, ulong uid, string nick)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| System.UInt64 | uid | |
| System.String | nick |
Fields
fromNickname
초대 거절한 유저 닉네임
Declaration
public string fromNickname
Field Value
| Type | Description |
|---|---|
| System.String |
fromUID
초대 거절한 유저 아이디
Declaration
public ulong fromUID
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
lobby
로비 이름
Declaration
public string lobby
Field Value
| Type | Description |
|---|---|
| System.String |