• 매치메이킹 SDK (ver 1.0.5.0)
  • 유니티 데모 설치하기
  • 유니티 C# 코드 가이드
  • API Documentation
Show / Hide Table of Contents
  • Stove.PCSDK.NET.Matchmaking
    • StoveMatchSDK
    • StovePCMatchmakingAffiliation
    • StovePCMatchmakingBanUser
    • StovePCMatchmakingCallback
    • StovePCMatchmakingCallback.OnBanUser
    • StovePCMatchmakingCallback.OnConnect
    • StovePCMatchmakingCallback.OnCreateLobby
    • StovePCMatchmakingCallback.OnDestroyLobby
    • StovePCMatchmakingCallback.OnDisconnect
    • StovePCMatchmakingCallback.OnEndGame
    • StovePCMatchmakingCallback.OnGetBanUserList
    • StovePCMatchmakingCallback.OnGetLobbyData
    • StovePCMatchmakingCallback.OnGetLobbyUserList
    • StovePCMatchmakingCallback.OnGetMyFriendList
    • StovePCMatchmakingCallback.OnGetMyLobbyList
    • StovePCMatchmakingCallback.OnJoinLobby
    • StovePCMatchmakingCallback.OnKickUser
    • StovePCMatchmakingCallback.OnLeaveLobby
    • StovePCMatchmakingCallback.OnRecvLobbyBinarydata
    • StovePCMatchmakingCallback.OnRecvLobbyInvitation
    • StovePCMatchmakingCallback.OnRecvLobbyMessage
    • StovePCMatchmakingCallback.OnRecvRejectLobbyInvitation
    • StovePCMatchmakingCallback.OnRequestLobbyList
    • StovePCMatchmakingCallback.OnSendLobbyBinarydata
    • StovePCMatchmakingCallback.OnSendLobbyInvitation
    • StovePCMatchmakingCallback.OnSendLobbyMessage
    • StovePCMatchmakingCallback.OnSendRejectLobbyInvitation
    • StovePCMatchmakingCallback.OnSetLobbyData
    • StovePCMatchmakingCallback.OnSetLobbyOwner
    • StovePCMatchmakingCallback.OnSetLobbyUserdata
    • StovePCMatchmakingCallback.OnStartGame
    • StovePCMatchmakingCallback.OnUnBanUser
    • StovePCMatchmakingCallback.OnUpdateLobbyData
    • StovePCMatchmakingCallback.OnUpdateLobbyUser
    • StovePCMatchmakingCallback.OnUserJoin
    • StovePCMatchmakingCallback.OnUserLeave
    • StovePCMatchmakingCallback.OnUserStatusChanged
    • StovePCMatchmakingComparisonType
    • StovePCMatchmakingConnectionState
    • StovePCMatchmakingCreateLobby
    • StovePCMatchmakingDestroyLobby
    • StovePCMatchmakingDisconnectCode
    • StovePCMatchmakingEndGame
    • StovePCMatchmakingError
    • StovePCMatchmakingFriendInfo
    • StovePCMatchmakingFunctionType
    • StovePCMatchmakingGetBanUserList
    • StovePCMatchmakingGetLobbyData
    • StovePCMatchmakingGetLobbyUserList
    • StovePCMatchmakingGetMyFriendList
    • StovePCMatchmakingGetMyLobbyList
    • StovePCMatchmakingJoinLobby
    • StovePCMatchmakingKickUser
    • StovePCMatchmakingLeaveLobby
    • StovePCMatchmakingLobby
    • StovePCMatchmakingLobbyInfo
    • StovePCMatchmakingLobbyUser
    • StovePCMatchmakingMetadata
    • StovePCMatchmakingRecvLobbyBinarydata
    • StovePCMatchmakingRecvLobbyInvitation
    • StovePCMatchmakingRecvLobbyMessage
    • StovePCMatchmakingRecvRejectLobbyInvitation
    • StovePCMatchmakingRequestLobbyList
    • StovePCMatchmakingResult
    • StovePCMatchmakingSendLobbyBinarydata
    • StovePCMatchmakingSendLobbyInvitation
    • StovePCMatchmakingSendLobbyMessage
    • StovePCMatchmakingSendRejectLobbyInvitation
    • StovePCMatchmakingSetLobbyData
    • StovePCMatchmakingSetLobbyOwner
    • StovePCMatchmakingSetLobbyUserdata
    • StovePCMatchmakingStartGame
    • StovePCMatchmakingUnBanUser
    • StovePCMatchmakingUpdateLobbyData
    • StovePCMatchmakingUpdateLobbyUser
    • StovePCMatchmakingUserJoin
    • StovePCMatchmakingUserLeave
    • StovePCMatchmakingUserStatus
    • StovePCMatchmakingUserStatusChanged

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
In This Article
Back to top Generated by DocFX