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
FloatArray_2.cs
Go to the documentation of this file.
1using System;
4
5[global::Cpp2ILInjected.Token(Token = "0x200000F")]
6public struct FloatArray_2
7{
8 [global::Cpp2ILInjected.Token(Token = "0x17000017")]
9 public float this[int index]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000049")]
12 [global::Cpp2ILInjected.Address(RVA = "0x6FBA60", Offset = "0x6FBA60", Length = "0x10")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 get
16 {
17 throw null;
18 }
19 [global::Cpp2ILInjected.Token(Token = "0x600004A")]
20 [global::Cpp2ILInjected.Address(RVA = "0x6FBA70", Offset = "0x6FBA70", Length = "0x10")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 set
24 {
25 throw null;
26 }
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x17000018")]
30 public int Length
31 {
32 [global::Cpp2ILInjected.Token(Token = "0x600004B")]
33 [global::Cpp2ILInjected.Address(RVA = "0x6FBA80", Offset = "0x6FBA80", Length = "0x8")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 get
36 {
37 throw null;
38 }
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x4000021")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
43 private float val0;
44
45 [global::Cpp2ILInjected.Token(Token = "0x4000022")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
47 private float val1;
48}