|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
static |
If true for a given NPC type (F:Terraria.NPC.type), then that NPC is categorized as a dragonfly.
Defaults to false.
Vanilla only uses this set to ensure the F:Terraria.ID.ItemID.DragonflyStatue doesn't spawn too many dragonflies without checking each type individually. It's still recommended to add your NPC to this set if it applies.
Definition at line 284 of file NPCID.cs.
Referenced by Terraria.ID.NPCID.Sets.Sets(), and Terraria.NPC.MechSpawn().