|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.GameContent.Bestiary.CommonEnemyUICollectionInfoProvider:
Collaboration diagram for Terraria.GameContent.Bestiary.CommonEnemyUICollectionInfoProvider:Public Member Functions | |
| CommonEnemyUICollectionInfoProvider (string persistentId, bool quickUnlock) | |
| BestiaryUICollectionInfo | GetEntryUICollectionInfo () |
| BestiaryEntryUnlockState | GetUnlockStateByKillCount (int killCount, bool quickUnlock) |
| UIElement | ProvideUIElement (BestiaryUICollectionInfo info) |
Static Public Member Functions | |
| static int | GetKillCountNeeded (string persistentId) |
| static BestiaryEntryUnlockState | GetUnlockStateByKillCount (int killCount, bool quickUnlock, int fullKillCountNeeded) |
Private Attributes | |
| string | _persistentIdentifierToCheck |
| bool | _quickUnlock |
| int | _killCountNeededToFullyUnlock |
Definition at line 10 of file CommonEnemyUICollectionInfoProvider.cs.