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

◆ DrawProjWithStarryTrail()

void Terraria.Main.DrawProjWithStarryTrail ( Projectile proj,
Microsoft::Xna::Framework::Graphics::Color projectileColor,
SpriteEffects dir )
inlineprivate

Definition at line 10781 of file Main.cs.

10782 {
10783 int alpha = proj.alpha;
10784 if (proj.velocity == null)
10785 {
10786 }
10787 int type = proj.type;
10788 Microsoft.Xna.Framework.Vector2[] oldPos = proj.oldPos;
10789 float x = proj.position.X;
10790 float y = proj.position.Y;
10792 float num = vector.Length();
10793 if (oldPos == null)
10794 {
10795 }
10796 if (!true)
10797 {
10798 }
10799 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Microsoft.Xna.Framework.Vector2.Length(), and Microsoft.Xna.Framework.Vector2.X.