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
Loading...
Searching...
No Matches
InControl.OptionalInputDeviceDriverType Struct Reference
+ Collaboration diagram for InControl.OptionalInputDeviceDriverType:

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 ()
 

Static Public Member Functions

static bool operator== (OptionalInputDeviceDriverType a, OptionalInputDeviceDriverType b)
 
static bool operator!= (OptionalInputDeviceDriverType a, OptionalInputDeviceDriverType b)
 
static bool operator== (OptionalInputDeviceDriverType a, InputDeviceDriverType b)
 
static bool operator!= (OptionalInputDeviceDriverType a, InputDeviceDriverType b)
 
static implicit operator OptionalInputDeviceDriverType (InputDeviceDriverType value)
 
static operator InputDeviceDriverType (OptionalInputDeviceDriverType optional)
 

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
 

Detailed Description

Definition at line 11 of file OptionalInputDeviceDriverType.cs.


The documentation for this struct was generated from the following file: