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

◆ GetHardBossCount()

int PersistentUserData.GetHardBossCount ( )
inline

Definition at line 80 of file PersistentUserData.cs.

81 {
82 if (!true)
83 {
84 }
85 Type type;
86 IEnumerator enumerator = Enum.GetValues(type).GetEnumerator();
89 long num = 0L;
90 if (enumerator != null)
91 {
92 }
93 if (num == 0L)
94 {
95 throw new InvalidCastException();
96 }
97 throw new OutOfMemoryException();
98 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< int, int > BossesKilled
IEnumerator GetEnumerator()
Definition Array.cs:794
static Array GetValues(Type enumType)
Definition Enum.cs:233

References BossesKilled, System.Array.GetEnumerator(), System.Enum.GetValues(), j__TPar, and System.L.