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

◆ DropEoWLoot()

void Terraria.NPC.DropEoWLoot ( bool fromCheckDead = true)
inlineprivate

Definition at line 4960 of file NPC.cs.

4961 {
4962 if (this.whoAmI == 0)
4963 {
4964 }
4965 int num = 1;
4966 this.boss = num != 0;
4967 this.NPCLoot();
4968 }
class f__AnonymousType0<< Count > j__TPar
void NPCLoot()
Definition NPC.cs:5086

References j__TPar, Terraria.NPC.NPCLoot(), and Terraria.Entity.whoAmI.