Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
BossBestiaryInfoElement.cs
Go to the documentation of this file.
2using Terraria.UI;
3
5
7{
9 {
10 return null;
11 }
12
14 {
15 if (info.UnlockState < BestiaryEntryUnlockState.CanShowPortraitOnly_1)
16 {
17 return null;
18 }
19 return Language.GetText("BestiaryInfo.IsBoss").Value;
20 }
21}
UIElement ProvideUIElement(BestiaryUICollectionInfo info)
string GetSearchString(ref BestiaryUICollectionInfo info)
static LocalizedText GetText(string key)
Definition Language.cs:10