Struct StovePCMatchmakingRequestLobbyList
로비 검색 시 콜백으로 전달되는 구조체입니다.
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 StovePCMatchmakingRequestLobbyList
Constructors
StovePCMatchmakingRequestLobbyList(Int64, Int32, StovePCMatchmakingLobby[])
맴버 초기화 생성자
Declaration
public StovePCMatchmakingRequestLobbyList(long offset, int count, StovePCMatchmakingLobby[] lobbys)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | offset | |
| System.Int32 | count | |
| StovePCMatchmakingLobby[] | lobbys |
Fields
lobbyDataArray
로비 정보 구조체 배열 StovePCMatchmakingLobby
Declaration
public StovePCMatchmakingLobby[] lobbyDataArray
Field Value
| Type | Description |
|---|---|
| StovePCMatchmakingLobby[] |
pageCount
검색결과 페이지 개수
Declaration
public int pageCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
pageOffset
검색결과 페이지 offset 위치
Declaration
public long pageOffset
Field Value
| Type | Description |
|---|---|
| System.Int64 |