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
PortableStoolUsage.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200064A")]
8 public struct PortableStoolUsage
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60036E8")]
11 [global::Cpp2ILInjected.Address(RVA = "0x141D31C", Offset = "0x141D31C", Length = "0x10")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "ResetEffects", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 public void Reset()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60036E9")]
21 [global::Cpp2ILInjected.Address(RVA = "0x141D32C", Offset = "0x141D32C", Length = "0x14")]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "ApplyEquipFunctional", MemberParameters = new object[]
23 {
24 typeof(int),
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
28 public void SetStats(int heightBoost, int visualYOffset, int mapYOffset)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x40077F2")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
35 public bool HasAStool;
36
37 [global::Cpp2ILInjected.Token(Token = "0x40077F3")]
38 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1")]
39 public bool IsInUse;
40
41 [global::Cpp2ILInjected.Token(Token = "0x40077F4")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
43 public int HeightBoost;
44
45 [global::Cpp2ILInjected.Token(Token = "0x40077F5")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
47 public int VisualYOffset;
48
49 [global::Cpp2ILInjected.Token(Token = "0x40077F6")]
50 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
51 public int MapYOffset;
52 }
53}
class f__AnonymousType0<< Count > j__TPar
void SetStats(int heightBoost, int visualYOffset, int mapYOffset)