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

◆ SpawnWebs()

void Terraria.Projectile.SpawnWebs ( )
inlineprivate

Definition at line 7790 of file Projectile.cs.

7791 {
7792 Vector2 center = base.Center;
7793 int num = 15744;
7794 int num2 = 32640;
7795 Vector2 center2 = base.Center;
7796 if (num == 0)
7797 {
7798 }
7799 if (num2 != 0)
7800 {
7801 return;
7802 }
7803 if (num == 0)
7804 {
7805 }
7806 if (num2 == 0)
7807 {
7808 }
7809 Tile tile;
7810 bool flag = tile.active();
7811 int num3;
7812 if (num3 != 0)
7813 {
7814 Tile tile2;
7815 bool flag2 = tile2.active();
7816 bool netHost = Main.NetHost;
7817 }
7818 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, and Terraria.Main.NetHost.