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

◆ CutTiles()

void Terraria.Projectile.CutTiles ( )
inlineprivate

Definition at line 782 of file Projectile.cs.

783 {
784 bool flag = this.CanCutTiles();
785 int num = 1;
786 bool flag2 = this.trap;
787 if (num == 0)
788 {
789 }
790 int num2 = this.type;
791 Vector2 center = base.Center;
792 Vector2 center2 = base.Center;
793 float x = this.velocity.X;
794 float y = this.velocity.Y;
795 if (num2 == 0)
796 {
797 }
798 int width = this.width;
799 float num3 = this.scale;
800 if (num2 == 0)
801 {
802 }
803 float x2 = this.position.X;
804 float y2 = this.position.Y;
805 int width2 = this.width;
806 bool wet = this.wet;
807 }
class f__AnonymousType0<< Count > j__TPar
Vector2 velocity
Definition Entity.cs:463
Vector2 position
Definition Entity.cs:460

References Terraria.Projectile.CanCutTiles(), j__TPar, Terraria.Entity.position, Terraria.Projectile.scale, Terraria.Projectile.trap, Terraria.Projectile.type, Terraria.Entity.velocity, Terraria.Entity.wet, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.