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
TileObjectDrawModule.cs
Go to the documentation of this file.
1using System;
5
6namespace Terraria.Modules
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200054D")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60032F0")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1331774", Offset = "0x1331774", Length = "0x5C")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_DrawYOffset", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_DrawXOffset", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_DrawFlipHorizontal", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_DrawFlipVertical", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_DrawStepDown", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x4003BF4")]
27 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
28 public int xOffset;
29
30 [global::Cpp2ILInjected.Token(Token = "0x4003BF5")]
31 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
32 public int yOffset;
33
34 [global::Cpp2ILInjected.Token(Token = "0x4003BF6")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
36 public bool flipHorizontal;
37
38 [global::Cpp2ILInjected.Token(Token = "0x4003BF7")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x19")]
40 public bool flipVertical;
41
42 [global::Cpp2ILInjected.Token(Token = "0x4003BF8")]
43 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
44 public int stepDown;
45 }
46}
class f__AnonymousType0<< Count > j__TPar
TileObjectDrawModule(TileObjectDrawModule copyFrom=null)