terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetGivenNetName()

NetworkText Terraria.NPC.GetGivenNetName ( )
inline

Definition at line 912 of file NPC.cs.

913 {
914 string givenName = this._givenName;
915 if (!true)
916 {
917 }
918 return NetworkText.FromLiteral(givenName);
919 }
static NetworkText FromLiteral(string text)
string _givenName
Definition NPC.cs:11198

References Terraria.NPC._givenName, and Terraria.Localization.NetworkText.FromLiteral().

Referenced by Terraria.NPC.GetFullNetName(), and Terraria.NPC.GetGivenOrTypeNetName().