Steamworks::​EWorkshopVote
UnityObjectLink
Steamworks::​EWorkshopVote

enum:/TYPE/Steamworks.EWorkshopVote///

Parent

UnityObjectLink

Variables
steamworks::​eworkshopvote::​k_eworkshopvoteagainst
static readonly steamworks::eworkshopvote::k_eworkshopvoteagainst

enum constant number 2

steamworks::​eworkshopvote::​k_eworkshopvotefor
static readonly steamworks::eworkshopvote::k_eworkshopvotefor

enum constant number 1

steamworks::​eworkshopvote::​k_eworkshopvotelater
static readonly steamworks::eworkshopvote::k_eworkshopvotelater

enum constant number 3

steamworks::​eworkshopvote::​k_eworkshopvoteunvoted
static readonly steamworks::eworkshopvote::k_eworkshopvoteunvoted

enum constant number 0

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

no documentation

Returns

System.Int32

steamworks::​eworkshopvote::​enumtoint
static System.Int32 EnumToInt(
Steamworks.EWorkshopVote enum
)

no documentation

Parameters
enum

an enum of type Steamworks::EWorkshopVote

Returns

System.Int32

steamworks::​eworkshopvote::​inttoenum
static Steamworks.EWorkshopVote IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

Steamworks.EWorkshopVote

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String