Steamworks::​EFriendRelationship
UnityObjectLink
Steamworks::​EFriendRelationship

enum:/TYPE/Steamworks.EFriendRelationship///

Parent

UnityObjectLink

Variables
steamworks::​efriendrelationship::​k_efriendrelationshipblocked
static readonly steamworks::efriendrelationship::k_efriendrelationshipblocked

enum constant number 1

steamworks::​efriendrelationship::​k_efriendrelationshipfriend
static readonly steamworks::efriendrelationship::k_efriendrelationshipfriend

enum constant number 3

steamworks::​efriendrelationship::​k_efriendrelationshipignored
static readonly steamworks::efriendrelationship::k_efriendrelationshipignored

enum constant number 5

steamworks::​efriendrelationship::​k_efriendrelationshipignoredfriend
static readonly steamworks::efriendrelationship::k_efriendrelationshipignoredfriend

enum constant number 6

steamworks::​efriendrelationship::​k_efriendrelationshipmax
static readonly steamworks::efriendrelationship::k_efriendrelationshipmax

enum constant number 8

steamworks::​efriendrelationship::​k_efriendrelationshipnone
static readonly steamworks::efriendrelationship::k_efriendrelationshipnone

enum constant number 0

steamworks::​efriendrelationship::​k_efriendrelationshiprequestinitiator
static readonly steamworks::efriendrelationship::k_efriendrelationshiprequestinitiator

enum constant number 4

steamworks::​efriendrelationship::​k_efriendrelationshiprequestrecipient
static readonly steamworks::efriendrelationship::k_efriendrelationshiprequestrecipient

enum constant number 2

steamworks::​efriendrelationship::​k_efriendrelationshipsuggested_deprecated
static readonly steamworks::efriendrelationship::k_efriendrelationshipsuggested_deprecated

enum constant number 7

Functions
steamworks::​efriendrelationship::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

steamworks::​efriendrelationship::​enumtoint
static System.Int32 EnumToInt(
Steamworks.EFriendRelationship enum
)

no documentation

Parameters
enum

an enum of type Steamworks::EFriendRelationship

Returns

System.Int32

steamworks::​efriendrelationship::​inttoenum
static Steamworks.EFriendRelationship IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than Steamworks::EFriendRelationship::Count()

Returns

Steamworks.EFriendRelationship

toint
System.String ToInt()

ToInt, equivalent to Steamworks::EFriendRelationship::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to Steamworks::EFriendRelationship::EnumToString(enum)

Returns

System.String