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.OptionalInputDeviceTransportType Struct Reference
+ Collaboration diagram for InControl.OptionalInputDeviceTransportType:

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

Static Public Member Functions

static bool operator== (OptionalInputDeviceTransportType a, OptionalInputDeviceTransportType b)
 
static bool operator!= (OptionalInputDeviceTransportType a, OptionalInputDeviceTransportType b)
 
static bool operator== (OptionalInputDeviceTransportType a, InputDeviceTransportType b)
 
static bool operator!= (OptionalInputDeviceTransportType a, InputDeviceTransportType b)
 
static implicit operator OptionalInputDeviceTransportType (InputDeviceTransportType value)
 
static operator InputDeviceTransportType (OptionalInputDeviceTransportType optional)
 

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
 

Detailed Description

Definition at line 10 of file OptionalInputDeviceTransportType.cs.


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