Struct StovePCMatchmakingGetLobbyUserList
로비 참여 유저 리스트 수신 시 콜백으로 전달되는 구조체입니다.
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 StovePCMatchmakingGetLobbyUserList
Constructors
StovePCMatchmakingGetLobbyUserList(String, StovePCMatchmakingLobbyUser[])
맴버 초기화 생성자
Declaration
public StovePCMatchmakingGetLobbyUserList(string id, StovePCMatchmakingLobbyUser[] users)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| StovePCMatchmakingLobbyUser[] | users |
Fields
lobby
로비 이름
Declaration
public string lobby
Field Value
| Type | Description |
|---|---|
| System.String |
usersArray
로비 유저들의 메타 데이터 배열
Declaration
public StovePCMatchmakingLobbyUser[] usersArray
Field Value
| Type | Description |
|---|---|
| StovePCMatchmakingLobbyUser[] |