Struct StovePCMatchmakingSendLobbyMessage
로비에서 내가 메시지 송신 시 콜백으로 전달되는 구조체입니다.
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 StovePCMatchmakingSendLobbyMessage
Constructors
StovePCMatchmakingSendLobbyMessage(String, UInt64, String, String, String)
맴버 초기화 생성자
Declaration
public StovePCMatchmakingSendLobbyMessage(string id, ulong uid, string nick, string msg, string m)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| System.UInt64 | uid | |
| System.String | nick | |
| System.String | msg | |
| System.String | m |
Fields
lobby
로비 아이디
Declaration
public string lobby
Field Value
| Type | Description |
|---|---|
| System.String |
message
송신한 메시지
Declaration
public string message
Field Value
| Type | Description |
|---|---|
| System.String |
meta
송신한 데이터(json string, profile등을 상대방에게 보낼 수 있습니다)
Declaration
public string meta
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 |