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

◆ Banner

int Terraria.ModLoader.ModNPC.Banner
getset

The type of NPC that this NPC will be considered as when determining banner drops and banner bonuses. By default this will be 0, which means this NPC is not associated with any banner. To give your NPC its own banner, set this field to the NPC's type.

Definition at line 74 of file ModNPC.cs.

74{ get; set; }

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