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
DrawAnimation.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200061F")]
10 public class DrawAnimation
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60035DA")]
13 [global::Cpp2ILInjected.Address(RVA = "0x13DBD2C", Offset = "0x13DBD2C", Length = "0x4")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 public virtual void Update()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60035DB")]
21 [global::Cpp2ILInjected.Address(RVA = "0x13DBD30", Offset = "0x13DBD30", Length = "0x70")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
24 {
26 typeof(int),
27 typeof(int),
28 typeof(int),
29 typeof(int),
30 typeof(int),
31 typeof(int)
32 }, ReturnType = typeof(Rectangle))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
34 public virtual Rectangle GetFrame(Texture2D texture, int frameCounterOverride = -1)
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x60035DC")]
40 [global::Cpp2ILInjected.Address(RVA = "0x13DBDA0", Offset = "0x13DBDA0", Length = "0x8")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x40076AD")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
50 public int Frame;
51
52 [global::Cpp2ILInjected.Token(Token = "0x40076AE")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
54 public int FrameCount;
55
56 [global::Cpp2ILInjected.Token(Token = "0x40076AF")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
58 public int TicksPerFrame;
59
60 [global::Cpp2ILInjected.Token(Token = "0x40076B0")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
62 public int FrameCounter;
63 }
64}
class f__AnonymousType0<< Count > j__TPar
virtual Rectangle GetFrame(Texture2D texture, int frameCounterOverride=-1)