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

◆ GetSource_NaturalSpawn()

static IEntitySource Terraria.Entity.GetSource_NaturalSpawn ( )
inlinestaticinherited

Definition at line 388 of file Entity.cs.

389 {
390 return new EntitySource_SpawnNPC();
391 }
Used when an NPC is spawned from M:Terraria.NPC.SpawnNPC as part of natural biome/event based spawnin...

Referenced by Terraria.NPC.GetSpawnSourceForNaturalSpawn().

+ Here is the caller graph for this function: