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

◆ GetTextForVariation()

static string Terraria.GameContent.LucyAxeMessage.GetTextForVariation ( MessageSource source,
int variationUnwrapped )
inlinestaticprivate

Definition at line 168 of file LucyAxeMessage.cs.

169 {
170 string categoryName = GetCategoryName(source);
171 return LanguageManager.Instance.IndexedFromCategory(categoryName, variationUnwrapped).Value;
172 }
static string GetCategoryName(MessageSource source)

References Terraria.GameContent.LucyAxeMessage.GetCategoryName(), and Terraria.Localization.LanguageManager.Instance.

Referenced by Terraria.GameContent.LucyAxeMessage.SpawnPopupText().