Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetName()

string ReLogic.Reflection.IdDictionary.GetName ( int id)
inline

Definition at line 43 of file IdDictionary.cs.

44 {
45 return _idToName[id];
46 }
Dictionary< int, string > _idToName

References ReLogic.Reflection.IdDictionary._idToName.