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.SearchAliasInfoElement.GetSearchString ( BestiaryUICollectionInfo info)
inline

Implements Terraria.GameContent.Bestiary.IProvideSearchFilterString.

Definition at line 16 of file SearchAliasInfoElement.cs.

17 {
18 if (info.UnlockState != BestiaryEntryUnlockState.NotKnownAtAll_0)
19 {
20 return this._alias;
21 }
22 }

References Terraria.GameContent.Bestiary.SearchAliasInfoElement._alias, and System.info.