Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
BestiaryEntryUnlockState.cs
Go to the documentation of this file.
1
namespace
Terraria.GameContent.Bestiary
;
2
3
public
enum
BestiaryEntryUnlockState
4
{
5
NotKnownAtAll_0
,
6
CanShowPortraitOnly_1
,
7
CanShowStats_2
,
8
CanShowDropsWithoutDropRates_3
,
9
CanShowDropsWithDropRates_4
10
}
Terraria.GameContent.Bestiary.BestiaryEntryUnlockState
BestiaryEntryUnlockState
Definition
BestiaryEntryUnlockState.cs:4
Terraria.GameContent.Bestiary.BestiaryEntryUnlockState.CanShowPortraitOnly_1
@ CanShowPortraitOnly_1
Terraria.GameContent.Bestiary.BestiaryEntryUnlockState.CanShowDropsWithoutDropRates_3
@ CanShowDropsWithoutDropRates_3
Terraria.GameContent.Bestiary.BestiaryEntryUnlockState.CanShowStats_2
@ CanShowStats_2
Terraria.GameContent.Bestiary.BestiaryEntryUnlockState.CanShowDropsWithDropRates_4
@ CanShowDropsWithDropRates_4
Terraria.GameContent.Bestiary.BestiaryEntryUnlockState.NotKnownAtAll_0
@ NotKnownAtAll_0
Terraria.GameContent.Bestiary
Definition
BestiaryDatabase.cs:5
source
Terraria.GameContent.Bestiary
BestiaryEntryUnlockState.cs
Generated by
1.10.0