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

◆ ModifyItemDropFromNPC()

static void Terraria.GameContent.ItemDropRules.CommonCode.ModifyItemDropFromNPC ( NPC npc,
int itemIndex )
inlinestatic

Definition at line 83 of file CommonCode.cs.

84 {
85 if (!true)
86 {
87 }
88 int type = npc.type;
89 int netID = npc.netID;
90 if (netID == 0)
91 {
92 }
93 if (netID != 0)
94 {
95 int type2 = npc.type;
96 return;
97 }
98 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.NPC.netID, and Terraria.NPC.type.

Referenced by Terraria.GameContent.ItemDropRules.CommonCode.DropItemForEachInteractingPlayerOnThePlayer().