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
WingStats.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000682")]
9 public struct WingStats
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60037A6")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1420BD0", Offset = "0x1420BD0", Length = "0x18")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WingStatsInitializer), Member = "Load", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 32)]
15 public WingStats(int flyTime = 100, float flySpeedOverride = -1f, float accelerationMultiplier = 1f, bool hasHoldDownHoverFeatures = false, float hoverFlySpeedOverride = -1f, float hoverAccelerationMultiplier = 1f)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60037A7")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1420BE8", Offset = "0x1420BE8", Length = "0x40")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 {
25 throw null;
26 }
27
28 // Note: this type is marked as 'beforefieldinit'.
29 [global::Cpp2ILInjected.Token(Token = "0x60037A8")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1420C28", Offset = "0x1420C28", Length = "0x4")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 static WingStats()
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x400789A")]
38 public static readonly WingStats Default;
39
40 [global::Cpp2ILInjected.Token(Token = "0x400789B")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
42 public int FlyTime;
43
44 [global::Cpp2ILInjected.Token(Token = "0x400789C")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
46 public float AccRunSpeedOverride;
47
48 [global::Cpp2ILInjected.Token(Token = "0x400789D")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
51
52 [global::Cpp2ILInjected.Token(Token = "0x400789E")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
54 public bool HasDownHoverStats;
55
56 [global::Cpp2ILInjected.Token(Token = "0x400789F")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
59
60 [global::Cpp2ILInjected.Token(Token = "0x40078A0")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
63 }
64}
class f__AnonymousType0<< Count > j__TPar
WingStats(int flyTime=100, float flySpeedOverride=-1f, float accelerationMultiplier=1f, bool hasHoldDownHoverFeatures=false, float hoverFlySpeedOverride=-1f, float hoverAccelerationMultiplier=1f)
Definition WingStats.cs:15
WingStats WithSpeedBoost(float multiplier)
Definition WingStats.cs:23
static readonly WingStats Default
Definition WingStats.cs:38