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 | |
RequiredButtonState () | |
RequiredButtonState (Buttons button, bool requiredState) | |
RequiredButtonState (Buttons button, bool requiredState, Buttons button2, bool requiredState2) | |
bool | Active (ControllerDevice device, float buttonPressTime, float axisValue) |
bool | Valid (ControllerDevice device, float buttonPressTime) |
void | ConsumeModifiers (ControllerDevice device) |
Public Attributes | |
Buttons | Button |
bool | state |
Buttons | Button2 |
bool | state2 |
Definition at line 607 of file ControllerActionButton.cs.