Struct StovePCMatchmakingLobby
로비 기본 정보 구조체
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 StovePCMatchmakingLobby
Fields
createAt
로비 생성한 시간
Declaration
public long createAt
Field Value
| Type | Description |
|---|---|
| System.Int64 |
currentUsers
로비 현재 인원수
Declaration
public int currentUsers
Field Value
| Type | Description |
|---|---|
| System.Int32 |
isPasswordProtected
비공개 설정 유무
Declaration
public bool isPasswordProtected
Field Value
| Type | Description |
|---|---|
| System.Boolean |
lobby
로비 아이디
Declaration
public string lobby
Field Value
| Type | Description |
|---|---|
| System.String |
maxUsers
로비 최대 인원수
Declaration
public int maxUsers
Field Value
| Type | Description |
|---|---|
| System.Int32 |
metaData
로비에 설정된 메타 데이터 배열
Declaration
public StovePCMatchmakingMetadata[] metaData
Field Value
| Type | Description |
|---|---|
| StovePCMatchmakingMetadata[] |
title
로비 타이틀
Declaration
public string title
Field Value
| Type | Description |
|---|---|
| System.String |