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

◆ UpdateControlHolds()

void Terraria.Player.UpdateControlHolds ( )
inlineprivate

Definition at line 8304 of file Player.cs.

8305 {
8306 int num = 1;
8307 int whoAmI = this.whoAmI;
8308 if (num == 0)
8309 {
8310 }
8311 int myPlayer = Main.myPlayer;
8312 if (this.controlUp)
8313 {
8314 bool flag = this.releaseUp;
8315 if (!flag || !flag)
8316 {
8317 }
8318 }
8319 if (this.controlDown)
8320 {
8321 bool flag2 = this.releaseDown;
8322 if (!flag2 || !flag2)
8323 {
8324 }
8325 }
8326 bool flag3 = this.controlUp;
8328 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.controlDown, Terraria.Player.controlUp, j__TPar, Terraria.Main.myPlayer, Terraria.Player.releaseDown, Terraria.Player.releaseUp, and Terraria.Entity.whoAmI.