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

◆ GetMapObjectName()

static string Terraria.Lang.GetMapObjectName ( int id)
inlinestatic

Definition at line 66 of file Lang.cs.

67 {
68 if (_mapLegendCache != null)
69 {
70 return _mapLegendCache[id].Value;
71 }
72 return string.Empty;
73 }
static MapLegend _mapLegendCache
Definition Lang.cs:48

References Terraria.Lang._mapLegendCache.

Referenced by Terraria.Main.DrawGuideCraftText(), Terraria.Main.DrawGuideCraftText_Old(), and Terraria.Main.DrawInfoAccs().

+ Here is the caller graph for this function: