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.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Runtime.InteropServices
;
4
using
Cpp2IlInjected
;
5
using
Microsoft.Xna.Framework
;
6
7
namespace
Terraria.GameContent.Golf
8
{
9
// Token: 0x02000A09 RID: 2569
10
public
class
GolfBallTrackRecord
11
{
12
// Token: 0x06004BCE RID: 19406 RVA: 0x00270384 File Offset: 0x0026E584
13
public
GolfBallTrackRecord
()
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
24
public
int
GetAccumulatedScore
()
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
;
33
List<Vector2>
hitLocations
= this.
_hitLocations
;
34
if
(size == 0)
35
{
36
}
37
int
size2
= this.
_hitLocations
.
_size
;
38
}
39
40
// Token: 0x0400860B RID: 34315
41
private
List<Vector2>
_hitLocations
;
42
}
43
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Collections.Generic.List._size
int _size
Definition
List.cs:394
System.Collections.Generic.List
Definition
List.cs:13
Terraria.GameContent.Golf.GolfBallTrackRecord.GetTrackInfo
void GetTrackInfo([Out] double totalDistancePassed, [Out] int hitsMade)
Definition
GolfBallTrackRecord.cs:30
Terraria.GameContent.Golf.GolfBallTrackRecord._hitLocations
List< Vector2 > _hitLocations
Definition
GolfBallTrackRecord.cs:41
Terraria.GameContent.Golf.GolfBallTrackRecord.GolfBallTrackRecord
GolfBallTrackRecord()
Definition
GolfBallTrackRecord.cs:13
Terraria.GameContent.Golf.GolfBallTrackRecord.RecordHit
void RecordHit(Vector2 position)
Definition
GolfBallTrackRecord.cs:18
Terraria.GameContent.Golf.GolfBallTrackRecord.GetAccumulatedScore
int GetAccumulatedScore()
Definition
GolfBallTrackRecord.cs:24
Terraria.GameContent.Golf.GolfBallTrackRecord
Definition
GolfBallTrackRecord.cs:11
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
Terraria.GameContent.Golf
Definition
FancyGolfPredictionLine.cs:11
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:10
source
Terraria
GameContent
Golf
GolfBallTrackRecord.cs
Generated by
1.10.0