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
Positions.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Xml.Schema
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000C7")]
9 internal class Positions
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600081D")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1DB5330", Offset = "0x1DB5330", Length = "0x88")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NamespaceListNode), Member = "ExpandTree", MemberParameters = new object[]
15 {
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "AddName", MemberParameters = new object[]
21 {
23 typeof(object)
24 }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "Finish", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(ContentValidator))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
28 public int Add(int symbol, object particle)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x170001F5")]
34 public Position this[int pos]
35 {
36 [global::Cpp2ILInjected.Token(Token = "0x600081E")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1DB53B8", Offset = "0x1DB53B8", Length = "0x8C")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "CalculateTotalFollowposForRangeNodes", MemberParameters = new object[]
40 {
42 typeof(BitSet[]),
44 }, ReturnType = typeof(BitSet[]))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "CheckCMUPAWithLeafRangeNodes", MemberParameters = new object[] { typeof(BitSet) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "GetApplicableMinMaxFollowPos", MemberParameters = new object[]
47 {
50 typeof(BitSet[])
51 }, ReturnType = typeof(BitSet))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "CheckUniqueParticleAttribution", MemberParameters = new object[] { typeof(BitSet) }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "BuildTransitionTable", MemberParameters = new object[]
54 {
56 typeof(BitSet[]),
57 typeof(int)
58 }, ReturnType = typeof(int[][]))]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
61 get
62 {
63 throw null;
64 }
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x170001F6")]
68 public int Count
69 {
70 [global::Cpp2ILInjected.Token(Token = "0x600081F")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1DB5444", Offset = "0x1DB5444", Length = "0x14")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
74 get
75 {
76 throw null;
77 }
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x6000820")]
81 [global::Cpp2ILInjected.Address(RVA = "0x1DB5458", Offset = "0x1DB5458", Length = "0x60")]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "Start", ReturnType = typeof(void))]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArrayList), Member = ".ctor", ReturnType = typeof(void))]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
87 public Positions()
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x4000422")]
93 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
95 }
96}
class f__AnonymousType0<< Count > j__TPar
int Add(int symbol, object particle)
Definition Positions.cs:28