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

◆ Update()

void MultiplayerWithBindingsExample.PlayerManager.Update ( )
inlineprivate

Definition at line 35 of file PlayerManager.cs.

36 {
37 PlayerActions playerActions = this.joystickListener;
39 bool flag = this.ThereIsNoPlayerUsingJoystick(activeDevice);
40 Player player = this.CreatePlayer(activeDevice);
41 PlayerActions playerActions2 = this.keyboardListener;
43 }
class f__AnonymousType0<< Count > j__TPar
static InputDevice ActiveDevice
Player CreatePlayer(InputDevice inputDevice)
bool ThereIsNoPlayerUsingJoystick(InputDevice inputDevice)

References InControl.InputManager.ActiveDevice, MultiplayerWithBindingsExample.PlayerManager.CreatePlayer(), j__TPar, MultiplayerWithBindingsExample.PlayerManager.joystickListener, MultiplayerWithBindingsExample.PlayerManager.keyboardListener, MultiplayerWithBindingsExample.PlayerManager.ThereIsNoPlayerUsingJoystick(), and MultiplayerWithBindingsExample.PlayerManager.ThereIsNoPlayerUsingKeyboard().