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
WellFedHelper.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200080E")]
8 public struct WellFedHelper
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x170007C2")]
11 public int TimeLeft
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60041E5")]
14 [global::Cpp2ILInjected.Address(RVA = "0x7868B4", Offset = "0x7868B4", Length = "0x14")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 get
17 {
18 throw null;
19 }
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x170007C3")]
23 public int Rank
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x60041E6")]
26 [global::Cpp2ILInjected.Address(RVA = "0x7868C8", Offset = "0x7868C8", Length = "0x38")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 get
30 {
31 throw null;
32 }
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x60041E7")]
36 [global::Cpp2ILInjected.Address(RVA = "0x786900", Offset = "0x786900", Length = "0xA4")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 public void Eat(int foodRank, int foodBuffTime)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x60041E8")]
45 [global::Cpp2ILInjected.Address(RVA = "0x7869D8", Offset = "0x7869D8", Length = "0x3C")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 public void Update()
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x60041E9")]
54 [global::Cpp2ILInjected.Address(RVA = "0x786A50", Offset = "0x786A50", Length = "0xC")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 public void Clear()
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x60041EA")]
62 [global::Cpp2ILInjected.Address(RVA = "0x7869A4", Offset = "0x7869A4", Length = "0x34")]
63 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x60041EB")]
71 [global::Cpp2ILInjected.Address(RVA = "0x786A14", Offset = "0x786A14", Length = "0x3C")]
72 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 private void ReduceTimeLeft()
75 {
76 throw null;
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x40080AE")]
80 private const int MAXIMUM_TIME_LEFT_PER_COUNTER = 72000;
81
82 [global::Cpp2ILInjected.Token(Token = "0x40080AF")]
83 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
84 private int _timeLeftRank1;
85
86 [global::Cpp2ILInjected.Token(Token = "0x40080B0")]
87 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
88 private int _timeLeftRank2;
89
90 [global::Cpp2ILInjected.Token(Token = "0x40080B1")]
91 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
92 private int _timeLeftRank3;
93 }
94}
class f__AnonymousType0<< Count > j__TPar
void AddTimeTo(ref int foodTimeCounter, ref int timeLeftToAdd, int counterMaximumTime)
void Eat(int foodRank, int foodBuffTime)