terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
OptionalInputDeviceTransportType (InputDeviceTransportType value) | |
void | Clear () |
InputDeviceTransportType | GetValueOrDefault (InputDeviceTransportType defaultValue) |
InputDeviceTransportType | GetValueOrZero () |
void | SetValue (InputDeviceTransportType value) |
override bool | Equals (object other) |
bool | Equals (OptionalInputDeviceTransportType other) |
bool | Equals (InputDeviceTransportType other) |
override int | GetHashCode () |
override string | ToString () |
Properties | |
bool | HasValue [get] |
bool | HasNoValue [get] |
InputDeviceTransportType | Value [get, set] |
Static Private Member Functions | |
static int | CombineHashCodes (int h1, int h2) |
Private Attributes | |
bool | hasValue |
InputDeviceTransportType | value |
Definition at line 9 of file OptionalInputDeviceTransportType.cs.