Struct StovePCMatchmakingFriendInfo
내 친구 구조체
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 StovePCMatchmakingFriendInfo
Constructors
StovePCMatchmakingFriendInfo(UInt64, String, String, StovePCMatchmakingUserStatus)
생성자
Declaration
public StovePCMatchmakingFriendInfo(ulong userid, string nick, string pfile, StovePCMatchmakingUserStatus st)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt64 | userid | |
| System.String | nick | |
| System.String | pfile | |
| StovePCMatchmakingUserStatus | st |
Fields
nickname
유저 닉네임
Declaration
public string nickname
Field Value
| Type | Description |
|---|---|
| System.String |
profile
유저 프로파일
Declaration
public string profile
Field Value
| Type | Description |
|---|---|
| System.String |
status
유저 프리젠스 상태
Declaration
public StovePCMatchmakingUserStatus status
Field Value
| Type | Description |
|---|---|
| StovePCMatchmakingUserStatus |
UID
유저 아이디
Declaration
public ulong UID
Field Value
| Type | Description |
|---|---|
| System.UInt64 |