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

◆ SpawnVoidLensDust()

void Terraria.GameContent.VoidLensHelper.SpawnVoidLensDust ( )
inline

Definition at line 43 of file VoidLensHelper.cs.

44 {
45 if (!true)
46 {
47 }
48 int num;
49 if (num == 0)
50 {
51 if (!true)
52 {
53 }
54 if (!true)
55 {
56 }
57 int num2;
58 if (num2 != 0)
59 {
60 Vector2 position = this._position;
61 Dust dust;
62 dust.noGravity = true;
65 return;
66 }
68 Dust dust2;
69 dust2.noGravity = true;
72 dust2.fadeIn = (float)16128;
73 float x = dust2.velocity.X;
74 float y = dust2.velocity.Y;
75 float x2 = dust2.position.X;
76 float y2 = dust2.position.Y;
77 float x3 = dust2.velocity.X;
78 float y3 = dust2.velocity.Y;
83 }
84 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.VoidLensHelper._position, j__TPar, and Microsoft.Xna.Framework.Vector2.X.

Referenced by Terraria.GameContent.VoidLensHelper.Update().