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

◆ TryGetContainerIndex()

bool Terraria.Projectile.TryGetContainerIndex ( [Out] int containerIndex)
inline

Definition at line 7966 of file Projectile.cs.

7967 {
7968 int num = this.type;
7969 return true;
7970 }

References Terraria.Projectile.type.