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

◆ GetNumberOfTimesKilledAllBosses()

int PersistentUserData.GetNumberOfTimesKilledAllBosses ( )
inline

Definition at line 101 of file PersistentUserData.cs.

102 {
103 if (!true)
104 {
105 }
106 Type type;
107 IEnumerator enumerator = Enum.GetValues(type).GetEnumerator();
110 long num = 0L;
111 if (enumerator != null)
112 {
113 }
114 if (num == 0L)
115 {
116 throw new InvalidCastException();
117 }
118 throw new OutOfMemoryException();
119 }
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.