terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | Entry |
class | RequiredButtonState |
Public Member Functions | |
ControllerActionButton.Entry | GetEntry (int index) |
bool | Conflicts (ControllerActionButton other) |
void | MapAxis (Axis axis, float threshold, [Optional] ControllerActionButton.RequiredButtonState requiredButtonState, bool ignoreOthersIfExists=true) |
void | MapButton (Buttons button, [Optional] ControllerActionButton.RequiredButtonState requiredButtonState, bool ignoreOthersIfExists=true) |
void | MapAxisButton (AxisButtons button, [Optional] ControllerActionButton.RequiredButtonState requiredButtonState, bool ignoreOthersIfExists=true) |
void | MapKey (KeyCode key, bool ignoreOthersIfExists=false) |
bool | RequiredStateValid (ControllerDevice controller) |
bool | GetButtonState (ControllerDevice controller) |
bool | GetButtonDown (ControllerDevice controller) |
bool | GetButtonUp (ControllerDevice controller) |
void | Clear () |
ControllerActionButton () | |
Public Attributes | |
string | Id |
bool | Enabled |
bool | DisableUnitlClear |
int | DisplayPriority |
ControllerActionButton | LinkedAction |
Properties | |
bool | HasMapping [get] |
ControllerActionButton.RequiredButtonState | RequiredState [get] |
ControllerActionButton.Entry | FirstEntry [get] |
Private Attributes | |
List< ControllerActionButton.Entry > | _entries |
Definition at line 10 of file ControllerActionButton.cs.