Struct StovePCMatchmakingSetLobbyUserdata
로비에 유저 메타 데이터 추가/변경 시 콜백으로 전달되는 구조체입니다.
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 StovePCMatchmakingSetLobbyUserdata
Constructors
StovePCMatchmakingSetLobbyUserdata(String, String, String)
맴버 초기화 생성자
Declaration
public StovePCMatchmakingSetLobbyUserdata(string id, string k, string v)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| System.String | k | |
| System.String | v |
Fields
key
로비 내 유저 데이터 키
Declaration
public string key
Field Value
| Type | Description |
|---|---|
| System.String |
lobby
로비 이름
Declaration
public string lobby
Field Value
| Type | Description |
|---|---|
| System.String |
value
로비 내 유저 데이터 값
Declaration
public string value
Field Value
| Type | Description |
|---|---|
| System.String |