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()

static void Terraria.TestHighFPSIssues.Update ( GameTime gt)
inlinestatic

Definition at line 45 of file TestHighFPSIssues.cs.

46 {
47 int num = 1;
48 if (num == 0)
49 {
50 }
51 bool down = PlayerInput.Triggers.Current.Down;
52 if (num == 0)
53 {
54 }
55 TimeSpan totalGameTime = gt.totalGameTime;
56 }
class f__AnonymousType0<< Count > j__TPar
static TriggersPack Triggers

References Terraria.GameInput.TriggersPack.Current, Terraria.GameInput.TriggersSet.Down, j__TPar, and Terraria.GameInput.PlayerInput.Triggers.