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

◆ GetCategoryName()

static string Terraria.GameContent.LucyAxeMessage.GetCategoryName ( MessageSource source)
inlinestaticprivate

Definition at line 28 of file LucyAxeMessage.cs.

29 {
30 return source switch
31 {
32 MessageSource.Storage => "LucyTheAxe_Storage",
33 MessageSource.ThrownAway => "LucyTheAxe_ThrownAway",
34 MessageSource.PickedUp => "LucyTheAxe_PickedUp",
35 MessageSource.ChoppedTree => "LucyTheAxe_ChoppedTree",
36 MessageSource.ChoppedGemTree => "LucyTheAxe_GemTree",
37 MessageSource.ChoppedCactus => "LucyTheAxe_ChoppedCactus",
38 _ => "LucyTheAxe_Idle",
39 };
40 }

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