terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Active()

bool Controller.ControllerActionButton.RequiredButtonState.Active ( ControllerDevice device,
float buttonPressTime,
float axisValue )
inline

Definition at line 297 of file ControllerActionButton.cs.

298 {
299 while (device == null)
300 {
301 }
302 Buttons button = this.Button;
303 Buttons button2 = this.Button2;
304 return true;
305 }

References Controller.ControllerActionButton.RequiredButtonState.Button, and Controller.ControllerActionButton.RequiredButtonState.Button2.