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

◆ GetUnlockState()

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

Implements Terraria.GameContent.Bestiary.IEntryIcon.

Definition at line 223 of file UnlockableNPCEntryIcon.cs.

224 {
225 return providedInfo.UnlockState > BestiaryEntryUnlockState.NotKnownAtAll_0;
226 }

Referenced by Terraria.GameContent.Bestiary.UnlockableNPCEntryIcon.GetHoverText().