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

◆ TryGoingThroughPortals()

static void Terraria.GameContent.PortalHelper.TryGoingThroughPortals ( Entity ent)
inlinestatic

Definition at line 25 of file PortalHelper.cs.

26 {
27 int num = 1;
28 if (num == 0)
29 {
30 }
31 if (num != 0)
32 {
33 int width = ent.width;
34 int height = ent.height;
35 if (ent != null)
36 {
37 }
38 int num2 = 1;
39 if (num2 == 0)
40 {
41 }
42 if (num2 == 0)
43 {
44 }
45 if (ent != null)
46 {
47 }
48 float x = ent.position.X;
49 float y = ent.position.Y;
50 float x2 = ent.velocity.X;
51 float y2 = ent.velocity.Y;
52 Vector2 size = ent.Size;
53 if (16384 == 0)
54 {
55 }
56 Rectangle hitbox = ent.Hitbox;
57 Vector2 size2 = ent.Size;
58 int num3 = 1;
59 if (num3 == 0)
60 {
61 }
62 if (num3 == 0)
63 {
64 }
65 if (num3 == 0)
66 {
67 }
68 int num4 = 1;
69 if (num4 == 0)
70 {
71 }
72 if (num4 == 0)
73 {
74 }
75 return;
76 }
77 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by Terraria.Player.TryPortalJumping().