terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
BallStepResult.cs
Go to the documentation of this file.
1using System;
4
5namespace Terraria.Physics
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000542")]
8 public struct BallStepResult
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6003265")]
11 [global::Cpp2ILInjected.Address(RVA = "0x132E33C", Offset = "0x132E33C", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6003266")]
19 [global::Cpp2ILInjected.Address(RVA = "0x132D15C", Offset = "0x132D15C", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6003267")]
27 [global::Cpp2ILInjected.Address(RVA = "0x132D4A0", Offset = "0x132D4A0", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 public static BallStepResult Moving()
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6003268")]
35 [global::Cpp2ILInjected.Address(RVA = "0x132D4A8", Offset = "0x132D4A8", Length = "0x8")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 public static BallStepResult Resting()
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x4003BA1")]
43 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
45 }
46}
class f__AnonymousType0<< Count > j__TPar
static BallStepResult Moving()
static BallStepResult OutOfBounds()
static BallStepResult Resting()