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

◆ IDisposable [3/3]

class<LoadTextures_InSteps> Terraria.Initializers.AssetInitializer.IDisposable
setprivate

Definition at line 404 of file AssetInitializer.cs.

405 {
406 // Token: 0x06003485 RID: 13445 RVA: 0x00207164 File Offset: 0x00205364
409 {
410 this.<>1__state = <>1__state;
411 }
412
413 // Token: 0x06003486 RID: 13446 RVA: 0x00207180 File Offset: 0x00205380
415 void IDisposable.Dispose()
416 {
417 }
418
419 // Token: 0x06003487 RID: 13447 RVA: 0x00207190 File Offset: 0x00205390
420 private bool MoveNext()
421 {
422 int num = this.<>1__state;
423 return "Images\\WallOfFlesh" != null;
424 }
425
426 // Token: 0x17000684 RID: 1668
427 // (get) Token: 0x06003488 RID: 13448 RVA: 0x002099A4 File Offset: 0x00207BA4
429 {
431 get
432 {
433 return this.<>2__current;
434 }
435 }
436
437 // Token: 0x06003489 RID: 13449 RVA: 0x000021DB File Offset: 0x000003DB
439 void IEnumerator.Reset()
440 {
441 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
442 }
443
444 // Token: 0x17000685 RID: 1669
445 // (get) Token: 0x0600348A RID: 13450 RVA: 0x002099B8 File Offset: 0x00207BB8
447 {
449 get
450 {
451 return this.<>2__current;
452 }
453 }
454
455 // Token: 0x04004155 RID: 16725
456 private int <>1__state;
457
458 // Token: 0x04004156 RID: 16726
459 private object <>2__current;
460
461 // Token: 0x04004157 RID: 16727
462 public AssetRequestMode mode;
463 }
class f__AnonymousType0<< Count > j__TPar
class< LoadTextures_InSteps > d__11