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
FrameEventData.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000790")]
8 public struct FrameEventData
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x170007A8")]
11 public int AbsoluteFrame
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6003F5B")]
14 [global::Cpp2ILInjected.Address(RVA = "0x7478B0", Offset = "0x7478B0", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 get
17 {
18 throw null;
19 }
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x170007A9")]
23 public int Start
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x6003F5C")]
26 [global::Cpp2ILInjected.Address(RVA = "0x7478B8", Offset = "0x7478B8", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x170007AA")]
35 public int Duration
36 {
37 [global::Cpp2ILInjected.Token(Token = "0x6003F5D")]
38 [global::Cpp2ILInjected.Address(RVA = "0x7478C0", Offset = "0x7478C0", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x170007AB")]
47 public int Frame
48 {
49 [global::Cpp2ILInjected.Token(Token = "0x6003F5E")]
50 [global::Cpp2ILInjected.Address(RVA = "0x7459F8", Offset = "0x7459F8", Length = "0xC")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 get
53 {
54 throw null;
55 }
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x170007AC")]
59 public bool IsFirstFrame
60 {
61 [global::Cpp2ILInjected.Token(Token = "0x6003F5F")]
62 [global::Cpp2ILInjected.Address(RVA = "0x744DCC", Offset = "0x744DCC", Length = "0x10")]
63 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 get
66 {
67 throw null;
68 }
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x170007AD")]
72 public bool IsLastFrame
73 {
74 [global::Cpp2ILInjected.Token(Token = "0x6003F60")]
75 [global::Cpp2ILInjected.Address(RVA = "0x7478C8", Offset = "0x7478C8", Length = "0x1C")]
76 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 get
79 {
80 throw null;
81 }
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x170007AE")]
85 public int Remaining
86 {
87 [global::Cpp2ILInjected.Token(Token = "0x6003F61")]
88 [global::Cpp2ILInjected.Address(RVA = "0x745A04", Offset = "0x745A04", Length = "0x18")]
89 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
91 get
92 {
93 throw null;
94 }
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x6003F62")]
98 [global::Cpp2ILInjected.Address(RVA = "0x7478E4", Offset = "0x7478E4", Length = "0xC")]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
100 public FrameEventData(int absoluteFrame, int start, int duration)
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x4007DAE")]
106 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
107 private int _absoluteFrame;
108
109 [global::Cpp2ILInjected.Token(Token = "0x4007DAF")]
110 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
111 private int _start;
112
113 [global::Cpp2ILInjected.Token(Token = "0x4007DB0")]
114 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
115 private int _duration;
116 }
117}
class f__AnonymousType0<< Count > j__TPar
FrameEventData(int absoluteFrame, int start, int duration)