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

◆ Register()

static int Terraria.ModLoader.NPCLoader.Register ( ModNPC npc)
inlinestaticpackage

Definition at line 284 of file NPCLoader.cs.

285 {
286 npcs.Add(npc);
287 return NPCCount++;
288 }
static readonly IList< ModNPC > npcs
Definition NPCLoader.cs:101

References Terraria.ModLoader.NPCLoader.NPCCount, and Terraria.ModLoader.NPCLoader.npcs.

Referenced by Terraria.ModLoader.ModNPC.Register().

+ Here is the caller graph for this function: