Struct StovePCMatchmakingStartGame
로비에서 게임 시작 시 콜백으로 전달되는 구조체입니다.
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 StovePCMatchmakingStartGame
Constructors
StovePCMatchmakingStartGame(String, String, Int32)
맴버 초기화 생성자
Declaration
public StovePCMatchmakingStartGame(string id, string ip, int port)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| System.String | ip | |
| System.Int32 | port |
Fields
lobby
로비 아이디
Declaration
public string lobby
Field Value
| Type | Description |
|---|---|
| System.String |
serverIP
서버 아이피
Declaration
public string serverIP
Field Value
| Type | Description |
|---|---|
| System.String |
serverPort
서버 포트
Declaration
public int serverPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |