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

◆ Update()

void Terraria.Projectile.Update ( int i)
inline

Definition at line 924 of file Projectile.cs.

925 {
926 if (this.active)
927 {
928 if (this.type == 0)
929 {
930 }
931 return;
932 }
933 }

References Terraria.Entity.active, and Terraria.Projectile.type.