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

◆ CompareDiffs()

void Terraria.GameInput.TriggersPack.CompareDiffs ( TriggersSet Bearer,
TriggersSet oldset,
TriggersSet newset )
inline

Definition at line 40 of file TriggersPack.cs.

41 {
42 bool[] keyStatus = Bearer.KeyStatus;
43 bool[] keyStatus2 = newset.KeyStatus;
44 bool[] keyStatus3 = oldset.KeyStatus;
45 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by Terraria.GameInput.TriggersPack.Update().