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 | |
UnknownDeviceControl (InputControlType control, InputRangeType sourceRange) | |
bool | Equals (UnknownDeviceControl other) |
override bool | Equals (object other) |
override int | GetHashCode () |
override string | ToString () |
bool | Equals (T other) |
Static Public Member Functions | |
static bool | operator== (UnknownDeviceControl a, UnknownDeviceControl b) |
static bool | operator!= (UnknownDeviceControl a, UnknownDeviceControl b) |
static implicit | operator bool (UnknownDeviceControl control) |
static | UnknownDeviceControl () |
Public Attributes | |
InputControlType | Control |
InputRangeType | SourceRange |
bool | IsButton |
bool | IsAnalog |
Static Public Attributes | |
static readonly UnknownDeviceControl | None |
Package Functions | |
float | GetValue (InputDevice device) |
void | Save (BinaryWriter writer) |
void | Load (BinaryReader reader) |
Properties | |
int | Index [get, set] |
Definition at line 9 of file UnknownDeviceControl.cs.