|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
get |
The TYPE name of this NPC.
Type names are the base titles given to any NPC, and are typically shared amongst all instances of an NPC. For example, the Stylist's type name will always be "Stylist".
To modify the type name of a specific NPC, make use of the ModifyTypeName hooks in T:Terraria.ModLoader.GlobalNPC and T:Terraria.ModLoader.ModNPC, according to your needs.
Definition at line 1421 of file NPC.cs.
Referenced by Terraria.NPC.DoDeathEvents(), and Terraria.ModLoader.NPCLoader.ReceiveExtraAI().