terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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, set] |
bool | HasNoValue [get, set] |
InputDeviceTransportType | Value [get, set] |
Static Private Member Functions | |
static int | CombineHashCodes (int h1, int h2) |
Private Attributes | |
bool | hasValue |
InputDeviceTransportType | value |
Definition at line 10 of file OptionalInputDeviceTransportType.cs.