Class EP2PSend
A wrapper to the game's obfuscated EP2PSend enum
Inheritance
System.Object
EP2PSend
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: LLBModdingLib.dll
Syntax
public class EP2PSend : EnumWrapper<HKNEJCDBFGF>
Fields
k_EP2PSendReliable
Declaration
public static readonly EP2PSend k_EP2PSendReliable
Field Value
k_EP2PSendReliableWithBuffering
Declaration
public static readonly EP2PSend k_EP2PSendReliableWithBuffering
Field Value
k_EP2PSendUnreliable
Declaration
public static readonly EP2PSend k_EP2PSendUnreliable
Field Value
k_EP2PSendUnreliableNoDelay
Declaration
public static readonly EP2PSend k_EP2PSendUnreliableNoDelay
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
LLBML.Utils.EnumWrapper<HKNEJCDBFGF>.ToString()
Operators
Implicit(HKNEJCDBFGF to EP2PSend)
Declaration
public static implicit operator EP2PSend(HKNEJCDBFGF val)
Parameters
| Type |
Name |
Description |
| HKNEJCDBFGF |
val |
|
Returns
Implicit(EP2PSend to HKNEJCDBFGF)
Declaration
public static implicit operator HKNEJCDBFGF(EP2PSend ew)
Parameters
Returns
| Type |
Description |
| HKNEJCDBFGF |
|
Implicit(EP2PSend to EP2PSend.Enum)
Declaration
public static implicit operator EP2PSend.Enum(EP2PSend ew)
Parameters
Returns
Implicit(EP2PSend.Enum to EP2PSend)
Declaration
public static implicit operator EP2PSend(EP2PSend.Enum val)
Parameters
Returns
Implicit(Int32 to EP2PSend)
Declaration
public static implicit operator EP2PSend(int id)
Parameters
| Type |
Name |
Description |
| System.Int32 |
id |
|
Returns