terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetSearchString()

string Terraria.GameContent.Bestiary.BossBestiaryInfoElement.GetSearchString ( BestiaryUICollectionInfo info)
inline

Implements Terraria.GameContent.Bestiary.IProvideSearchFilterString.

Definition at line 16 of file BossBestiaryInfoElement.cs.

17 {
18 BestiaryEntryUnlockState unlockState = info.UnlockState;
19 return Language.GetText("BestiaryInfo.IsBoss").<Value>k__BackingField;
20 }
class f__AnonymousType0<< Count > j__TPar
static LocalizedText GetText(string key)
Definition Language.cs:44

References Terraria.Localization.Language.GetText(), System.info, and j__TPar.