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
GolfBallTrackRecord.cs
Go to the documentation of this file.
1using System;
6
8{
9 // Token: 0x02000A09 RID: 2569
11 {
12 // Token: 0x06004BCE RID: 19406 RVA: 0x00270384 File Offset: 0x0026E584
14 {
15 }
16
17 // Token: 0x06004BCF RID: 19407 RVA: 0x000021DB File Offset: 0x000003DB
18 public void RecordHit(Vector2 position)
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x06004BD0 RID: 19408 RVA: 0x000021DB File Offset: 0x000003DB
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28
29 // Token: 0x06004BD1 RID: 19409 RVA: 0x00270398 File Offset: 0x0026E598
30 private void GetTrackInfo([Out] double totalDistancePassed, [Out] int hitsMade)
31 {
32 int size = this._hitLocations._size;
34 if (size == 0)
35 {
36 }
37 int size2 = this._hitLocations._size;
38 }
39
40 // Token: 0x0400860B RID: 34315
42 }
43}
class f__AnonymousType0<< Count > j__TPar
void GetTrackInfo([Out] double totalDistancePassed, [Out] int hitsMade)