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

◆ GetNumberOfRequiredSlimesKilled()

int PersistentUserData.GetNumberOfRequiredSlimesKilled ( )
inline

Definition at line 137 of file PersistentUserData.cs.

138 {
139 if (!true)
140 {
141 }
142 Type type;
143 IEnumerator enumerator = Enum.GetValues(type).GetEnumerator();
145 long num = 0L;
146 if (enumerator != null)
147 {
148 }
149 if (num == 0L)
150 {
151 throw new InvalidCastException();
152 }
153 throw new OutOfMemoryException();
154 }
class f__AnonymousType0<< Count > j__TPar
IEnumerator GetEnumerator()
Definition Array.cs:794
static Array GetValues(Type enumType)
Definition Enum.cs:233

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