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

◆ GetDisplayName()

string Terraria.DataStructures.EntrySorter< TEntryType, TStepType >.GetDisplayName ( )
inline

Definition at line 47 of file EntrySorter.cs.

48 {
49 return Language.GetTextValue(Steps[_prioritizedStep].GetDisplayNameKey());
50 }
static string GetTextValue(string key)
Retrieves the text value for a specified localization key. The text returned will be for the currentl...
Definition Language.cs:35
Contains methods to access or retrieve localization values. The Localization Guideteaches more about ...
Definition Language.cs:12

References Terraria.DataStructures.EntrySorter< TEntryType, TStepType >._prioritizedStep, Terraria.Localization.Language.GetTextValue(), and Terraria.DataStructures.EntrySorter< TEntryType, TStepType >.Steps.

Referenced by Terraria.GameContent.UI.States.UIBestiaryTest.UpdateBestiaryContents().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: