TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ Merge()

void Terraria.GameContent.Bestiary.BestiaryDatabase.Merge ( ItemDropDatabase dropsDatabase)
inline

Definition at line 81 of file BestiaryDatabase.cs.

82 {
83 for (int i = -65; i < NPCLoader.NPCCount; i++)
84 {
86 }
87 }
void ExtractDropsForNPC(ItemDropDatabase dropsDatabase, int npcId)
This serves as the central class from which NPC-related functions are carried out....
Definition NPCLoader.cs:26

References Terraria.GameContent.Bestiary.BestiaryDatabase.ExtractDropsForNPC(), and Terraria.ModLoader.NPCLoader.NPCCount.

+ Here is the call graph for this function: