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

◆ JoinButtonWasPressedOnListener()

bool MultiplayerWithBindingsExample.PlayerManager.JoinButtonWasPressedOnListener ( PlayerActions actions)
inlineprivate

Definition at line 46 of file PlayerManager.cs.

47 {
48 bool wasPressed = actions.Green.WasPressed;
49 bool wasPressed2 = actions.Red.WasPressed;
50 bool wasPressed3 = actions.Blue.WasPressed;
51 return true;
52 }
class f__AnonymousType0<< Count > j__TPar

References MultiplayerWithBindingsExample.PlayerActions.Blue, MultiplayerWithBindingsExample.PlayerActions.Green, j__TPar, MultiplayerWithBindingsExample.PlayerActions.Red, and InControl.OneAxisInputControl.WasPressed.