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
DrawAnimationVertical.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000620")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60035DD")]
13 [global::Cpp2ILInjected.Address(RVA = "0x13DBDA8", Offset = "0x13DBDA8", Length = "0x40")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "InitializeItemAnimations", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = ".cctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 18)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
18 public DrawAnimationVertical(int ticksperframe, int frameCount, bool pingPong = false)
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60035DE")]
24 [global::Cpp2ILInjected.Address(RVA = "0x13DBDE8", Offset = "0x13DBDE8", Length = "0x4C")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 public override void Update()
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x60035DF")]
33 [global::Cpp2ILInjected.Address(RVA = "0x13DBE34", Offset = "0x13DBE34", Length = "0x118")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
37 {
39 typeof(int),
40 typeof(int),
41 typeof(int),
42 typeof(int),
43 typeof(int),
44 typeof(int)
45 }, ReturnType = typeof(Rectangle))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
47 public override Rectangle GetFrame(Texture2D texture, int frameCounterOverride = -1)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x40076B1")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
54 public bool PingPong;
55
56 [global::Cpp2ILInjected.Token(Token = "0x40076B2")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0x21")]
59 }
60}
class f__AnonymousType0<< Count > j__TPar
DrawAnimationVertical(int ticksperframe, int frameCount, bool pingPong=false)
override Rectangle GetFrame(Texture2D texture, int frameCounterOverride=-1)