Struct StovePCMatchmakingJoinLobby
로비 입장 시 콜백으로 전달되는 구조체입니다.
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 StovePCMatchmakingJoinLobby
Constructors
StovePCMatchmakingJoinLobby(String, Int32, String, Boolean, StovePCMatchmakingMetadata[])
맴버 초기화 생성자
Declaration
public StovePCMatchmakingJoinLobby(string id, int max, string tit, bool isPwd, StovePCMatchmakingMetadata[] metaData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| System.Int32 | max | |
| System.String | tit | |
| System.Boolean | isPwd | |
| StovePCMatchmakingMetadata[] | metaData |
Fields
isPasswordProtected
암호화된 비공개 로비 유무
Declaration
public bool isPasswordProtected
Field Value
| Type | Description |
|---|---|
| System.Boolean |
lobby
입장한 로비 아이디
Declaration
public string lobby
Field Value
| Type | Description |
|---|---|
| System.String |
lobbyDataArray
로비 메타 데이터 배열
Declaration
public StovePCMatchmakingMetadata[] lobbyDataArray
Field Value
| Type | Description |
|---|---|
| StovePCMatchmakingMetadata[] |
maxUser
로비 입장 가능한 총 인원수
Declaration
public int maxUser
Field Value
| Type | Description |
|---|---|
| System.Int32 |
title
입장한 로비 아이디
Declaration
public string title
Field Value
| Type | Description |
|---|---|
| System.String |