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

◆ GetGivenOrTypeNetName()

NetworkText Terraria.NPC.GetGivenOrTypeNetName ( )
inline

Definition at line 901 of file NPC.cs.

902 {
903 if (this._givenName._stringLength != 0)
904 {
905 return this.GetGivenNetName();
906 }
908 return networkText;
909 }
class f__AnonymousType0<< Count > j__TPar
string _givenName
Definition NPC.cs:11198
NetworkText GetGivenNetName()
Definition NPC.cs:912

References Terraria.NPC._givenName, Terraria.NPC.GetGivenNetName(), and j__TPar.