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

◆ ShouldBeUsed()

bool Terraria.GameInput.SmartSelectGamepadPointer.ShouldBeUsed ( )
inline

Definition at line 11 of file SmartSelectGamepadPointer.cs.

12 {
13 if (!true)
14 {
15 }
16 bool usingGamepad = PlayerInput.UsingGamepad;
17 if (!true)
18 {
19 }
20 bool controlTorch = Main.LocalPlayer.controlTorch;
21 if (controlTorch)
22 {
23 if (!controlTorch)
24 {
25 }
26 return Main.SmartCursorIsUsed;
27 }
28 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.controlTorch, j__TPar, Terraria.Main.LocalPlayer, Terraria.Main.SmartCursorIsUsed, and Terraria.GameInput.PlayerInput.UsingGamepad.