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
TileObjectStyleModule.cs
Go to the documentation of this file.
1using System;
5
6namespace Terraria.Modules
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200054E")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60032F1")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1331BD0", Offset = "0x1331BD0", Length = "0x78")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_StyleHorizontal", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_Style", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_StyleWrapLimit", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_StyleWrapLimitVisualOverride", MemberParameters = new object[] { typeof(int?) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_styleLineSkipVisualOverride", MemberParameters = new object[] { typeof(int?) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_StyleLineSkip", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_StyleMultiplier", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x4003BF9")]
29 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
30 public int style;
31
32 [global::Cpp2ILInjected.Token(Token = "0x4003BFA")]
33 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
34 public bool horizontal;
35
36 [global::Cpp2ILInjected.Token(Token = "0x4003BFB")]
37 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
38 public int styleWrapLimit;
39
40 [global::Cpp2ILInjected.Token(Token = "0x4003BFC")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
42 public int styleMultiplier;
43
44 [global::Cpp2ILInjected.Token(Token = "0x4003BFD")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
46 public int styleLineSkip;
47
48 [global::Cpp2ILInjected.Token(Token = "0x4003BFE")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
51
52 [global::Cpp2ILInjected.Token(Token = "0x4003BFF")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
55 }
56}
class f__AnonymousType0<< Count > j__TPar
TileObjectStyleModule(TileObjectStyleModule copyFrom=null)