terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 = Buttons.Count |
bool | state |
Buttons | Button2 = Buttons.Count |
bool | state2 |
Definition at line 276 of file ControllerActionButton.cs.