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

◆ AddShops()

static void Terraria.ModLoader.NPCLoader.AddShops ( int type)
inlinestatic

Definition at line 1491 of file NPCLoader.cs.

1492 {
1493 GetNPC(type)?.AddShops();
1494 }
static ModNPC GetNPC(int type)
Gets the ModNPC template instance corresponding to the specified type (not the clone/new instance whi...
Definition NPCLoader.cs:295

References Terraria.ModLoader.NPCLoader.GetNPC().

Referenced by Terraria.ModLoader.NPCShopDatabase.Initialize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: