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
PortableStoolUsage.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200064A RID: 1610
6 public struct PortableStoolUsage
7 {
8 // Token: 0x060036E8 RID: 14056 RVA: 0x00220C24 File Offset: 0x0021EE24
9 public void Reset()
10 {
11 }
12
13 // Token: 0x060036E9 RID: 14057 RVA: 0x00220C34 File Offset: 0x0021EE34
14 public void SetStats(int heightBoost, int visualYOffset, int mapYOffset)
15 {
16 this.HeightBoost = heightBoost;
18 this.HasAStool = true;
20 }
21
22 // Token: 0x040077F2 RID: 30706
23 public bool HasAStool;
24
25 // Token: 0x040077F3 RID: 30707
26 public bool IsInUse;
27
28 // Token: 0x040077F4 RID: 30708
29 public int HeightBoost;
30
31 // Token: 0x040077F5 RID: 30709
32 public int VisualYOffset;
33
34 // Token: 0x040077F6 RID: 30710
35 public int MapYOffset;
36 }
37}
class f__AnonymousType0<< Count > j__TPar
void SetStats(int heightBoost, int visualYOffset, int mapYOffset)