Struct StovePCMatchmakingUpdateLobbyUser
로비 유저의 정보가 업데이트 시 콜백으로 전달되는 구조체입니다.
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 StovePCMatchmakingUpdateLobbyUser
Constructors
StovePCMatchmakingUpdateLobbyUser(String, UInt64, String, StovePCMatchmakingAffiliation, StovePCMatchmakingMetadata[])
맴버 초기화 생성자
Declaration
public StovePCMatchmakingUpdateLobbyUser(string id, ulong uid, string nick, StovePCMatchmakingAffiliation affi, StovePCMatchmakingMetadata[] metaData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| System.UInt64 | uid | |
| System.String | nick | |
| StovePCMatchmakingAffiliation | affi | |
| StovePCMatchmakingMetadata[] | metaData |
Fields
affiliation
로비에서의 등급 StovePCMatchmakingAffiliation
Declaration
public StovePCMatchmakingAffiliation affiliation
Field Value
| Type | Description |
|---|---|
| StovePCMatchmakingAffiliation |
lobby
로비 아이디
Declaration
public string lobby
Field Value
| Type | Description |
|---|---|
| System.String |
nickname
유저 닉네임
Declaration
public string nickname
Field Value
| Type | Description |
|---|---|
| System.String |
UID
유저 아이디
Declaration
public ulong UID
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
userDataArray
로비 내 해당 유저의 메타 데이터 배열
Declaration
public StovePCMatchmakingMetadata[] userDataArray
Field Value
| Type | Description |
|---|---|
| StovePCMatchmakingMetadata[] |