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

◆ FitsAmmoSlot()

bool Terraria.Item.FitsAmmoSlot ( )
inline

Definition at line 491 of file Item.cs.

492 {
493 if (this.type != 0)
494 {
495 int num = this.ammo;
496 int num2 = this.bait;
497 }
498 bool flag = this.notAmmo;
499 if (flag)
500 {
501 }
502 return true;
503 }
class f__AnonymousType0<< Count > j__TPar
bool notAmmo
Definition Item.cs:2084

References Terraria.Item.ammo, Terraria.Item.bait, j__TPar, Terraria.Item.notAmmo, and Terraria.Item.type.