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

◆ GivenOrTypeName

string Terraria.NPC.GivenOrTypeName
get

Definition at line 378 of file NPC.cs.

379 {
380 get
381 {
382 string givenName = this._givenName;
383 if (givenName._stringLength != 0)
384 {
385 return givenName;
386 }
387 string text;
388 return text;
389 }
390 }
string _givenName
Definition NPC.cs:11198

Referenced by Terraria.GameContent.CoinLossRevengeSystem.CacheEnemy().