Steamworks::​ESteamNetworkingFakeIPType
UnityObjectLink
Steamworks::​ESteamNetworkingFakeIPType

enum:/TYPE/Steamworks.ESteamNetworkingFakeIPType///

Parent

UnityObjectLink

Variables
steamworks::​esteamnetworkingfakeiptype::​k_esteamnetworkingfakeiptype__force32bit
static readonly steamworks::esteamnetworkingfakeiptype::k_esteamnetworkingfakeiptype__force32bit

enum constant number 4

steamworks::​esteamnetworkingfakeiptype::​k_esteamnetworkingfakeiptype_globalipv4
static readonly steamworks::esteamnetworkingfakeiptype::k_esteamnetworkingfakeiptype_globalipv4

enum constant number 2

steamworks::​esteamnetworkingfakeiptype::​k_esteamnetworkingfakeiptype_invalid
static readonly steamworks::esteamnetworkingfakeiptype::k_esteamnetworkingfakeiptype_invalid

enum constant number 0

steamworks::​esteamnetworkingfakeiptype::​k_esteamnetworkingfakeiptype_localipv4
static readonly steamworks::esteamnetworkingfakeiptype::k_esteamnetworkingfakeiptype_localipv4

enum constant number 3

steamworks::​esteamnetworkingfakeiptype::​k_esteamnetworkingfakeiptype_notfake
static readonly steamworks::esteamnetworkingfakeiptype::k_esteamnetworkingfakeiptype_notfake

enum constant number 1

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

no documentation

Returns

System.Int32

steamworks::​esteamnetworkingfakeiptype::​enumtoint
static System.Int32 EnumToInt(
Steamworks.ESteamNetworkingFakeIPType enum
)

no documentation

Parameters
enum

an enum of type Steamworks::ESteamNetworkingFakeIPType

Returns

System.Int32

steamworks::​esteamnetworkingfakeiptype::​inttoenum
static Steamworks.ESteamNetworkingFakeIPType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

Steamworks.ESteamNetworkingFakeIPType

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String