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 | |
OptionalInputDeviceDriverType (InputDeviceDriverType value) | |
void | Clear () |
InputDeviceDriverType | GetValueOrDefault (InputDeviceDriverType defaultValue) |
InputDeviceDriverType | GetValueOrZero () |
void | SetValue (InputDeviceDriverType value) |
override bool | Equals (object other) |
bool | Equals (OptionalInputDeviceDriverType other) |
bool | Equals (InputDeviceDriverType other) |
override int | GetHashCode () |
override string | ToString () |
Properties | |
bool | HasValue [get, set] |
bool | HasNoValue [get, set] |
InputDeviceDriverType | Value [get, set] |
Static Private Member Functions | |
static int | CombineHashCodes (int h1, int h2) |
Private Attributes | |
bool | hasValue |
InputDeviceDriverType | value |
Definition at line 11 of file OptionalInputDeviceDriverType.cs.