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

◆ DrawTwinsPet()

void Terraria.Main.DrawTwinsPet ( Projectile proj)
inlineprivate

Definition at line 10700 of file Main.cs.

10701 {
10702 int num = 1;
10703 if (num == 0)
10704 {
10705 }
10706 int spriteDirection = proj.spriteDirection;
10707 int frame = proj.frame;
10708 if (spriteDirection == 0)
10709 {
10710 }
10713 if (num == 0)
10714 {
10715 }
10716 Microsoft.Xna.Framework.Vector2 center = proj.Center;
10719 Point point;
10720 Microsoft.Xna.Framework.Graphics.Color color = Lighting.GetColor(point);
10721 bool isAPreviewDummy = proj.isAPreviewDummy;
10722 if (spriteDirection == 0)
10723 {
10724 }
10725 float scale = proj.scale;
10726 float rotation = proj.rotation;
10727 int frame2 = proj.frame;
10728 float scale2 = proj.scale;
10729 float rotation2 = proj.rotation;
10730 }
class f__AnonymousType0<< Count > j__TPar
static Microsoft.Xna.Framework.Vector2 screenPosition
Definition Main.cs:1973

References Terraria.Lighting.GetColor(), j__TPar, and Terraria.Main.screenPosition.