Struct StovePCMatchmakingSendLobbyInvitation
내가 다른 유저 초대시 콜백으로 전달되는 구조체입니다.
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 StovePCMatchmakingSendLobbyInvitation
Constructors
StovePCMatchmakingSendLobbyInvitation(String, String, UInt64, String, String)
맴버 초기화 생성자
Declaration
public StovePCMatchmakingSendLobbyInvitation(string id, string pwd, ulong uid, string nick, string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| System.String | pwd | |
| System.UInt64 | uid | |
| System.String | nick | |
| System.String | msg |
Fields
lobby
로비 이름
Declaration
public string lobby
Field Value
| Type | Description |
|---|---|
| System.String |
message
초대 메시지
Declaration
public string message
Field Value
| Type | Description |
|---|---|
| System.String |
password
로비 패스워드 (비공개 로비일 경우)
Declaration
public string password
Field Value
| Type | Description |
|---|---|
| System.String |
toNickname
초대할 유저 닉네임
Declaration
public string toNickname
Field Value
| Type | Description |
|---|---|
| System.String |
toUID
초대할 유저 아이디
Declaration
public ulong toUID
Field Value
| Type | Description |
|---|---|
| System.UInt64 |