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

◆ GetUnlockState()

bool Terraria.GameContent.Bestiary.CustomEntryIcon.GetUnlockState ( BestiaryUICollectionInfo providedInfo)
inline

Implements Terraria.GameContent.Bestiary.IEntryIcon.

Definition at line 58 of file CustomEntryIcon.cs.

59 {
60 return providedInfo.UnlockState > BestiaryEntryUnlockState.NotKnownAtAll_0;
61 }

Referenced by Terraria.GameContent.Bestiary.CustomEntryIcon.GetHoverText(), and Terraria.GameContent.Bestiary.CustomEntryIcon.Update().