Steamworks::​EAuthSessionResponse
UnityObjectLink
Steamworks::​EAuthSessionResponse

enum:/TYPE/Steamworks.EAuthSessionResponse///

Parent

UnityObjectLink

Variables
steamworks::​eauthsessionresponse::​k_eauthsessionresponseauthticketcanceled
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponseauthticketcanceled

enum constant number 6

steamworks::​eauthsessionresponse::​k_eauthsessionresponseauthticketinvalid
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponseauthticketinvalid

enum constant number 8

steamworks::​eauthsessionresponse::​k_eauthsessionresponseauthticketinvalidalreadyused
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponseauthticketinvalidalreadyused

enum constant number 7

steamworks::​eauthsessionresponse::​k_eauthsessionresponseloggedinelsewhere
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponseloggedinelsewhere

enum constant number 4

steamworks::​eauthsessionresponse::​k_eauthsessionresponsenolicenseorexpired
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponsenolicenseorexpired

enum constant number 2

steamworks::​eauthsessionresponse::​k_eauthsessionresponseok
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponseok

enum constant number 0

steamworks::​eauthsessionresponse::​k_eauthsessionresponsepublisherissuedban
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponsepublisherissuedban

enum constant number 9

steamworks::​eauthsessionresponse::​k_eauthsessionresponseusernotconnectedtosteam
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponseusernotconnectedtosteam

enum constant number 1

steamworks::​eauthsessionresponse::​k_eauthsessionresponsevacbanned
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponsevacbanned

enum constant number 3

steamworks::​eauthsessionresponse::​k_eauthsessionresponsevacchecktimedout
static readonly steamworks::eauthsessionresponse::k_eauthsessionresponsevacchecktimedout

enum constant number 5

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

no documentation

Returns

System.Int32

steamworks::​eauthsessionresponse::​enumtoint
static System.Int32 EnumToInt(
Steamworks.EAuthSessionResponse enum
)

no documentation

Parameters
enum

an enum of type Steamworks::EAuthSessionResponse

Returns

System.Int32

steamworks::​eauthsessionresponse::​inttoenum
static Steamworks.EAuthSessionResponse IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

Steamworks.EAuthSessionResponse

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String