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

◆ GetNormlBossCount()

int PersistentUserData.GetNormlBossCount ( )
inline

Definition at line 59 of file PersistentUserData.cs.

60 {
61 if (!true)
62 {
63 }
64 Type type;
65 IEnumerator enumerator = Enum.GetValues(type).GetEnumerator();
68 long num = 0L;
69 if (enumerator != null)
70 {
71 }
72 if (num == 0L)
73 {
74 throw new InvalidCastException();
75 }
76 throw new OutOfMemoryException();
77 }
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.