|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
get |
The FULL name of this NPC.
If the NPC doesn't have a given name, this will just return the type name. A Stylist without a given name will always return "Stylist" here.
If the NPC does have a given name, this will return the NPC's full name; given name first, then type name.
Full name with a given name is given in the format of "X the Y", where X is their given name and Y is their type name.
For example, a Stylist might return "Scarlett the Stylist" here; with Scarlett being her given name, and Stylist being her type name.
Definition at line 1430 of file NPC.cs.
Referenced by Terraria.Lang.GetNPCHouseBannerText().