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
Ref.cs
Go to the documentation of this file.
1using System;
8
9namespace Terraria
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000458")]
12 public class Ref<T>
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x60029DB")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1862904", Offset = "0x1862904", Length = "0x8")]
16 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 public Ref()
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60029DC")]
25 [global::Cpp2ILInjected.Address(RVA = "0x186290C", Offset = "0x186290C", Length = "0x28")]
26 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CampsiteBiome), Member = "Place", MemberParameters = new object[]
28 {
31 }, ReturnType = typeof(bool))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HiveBiome), Member = "Place", MemberParameters = new object[]
33 {
36 }, ReturnType = typeof(bool))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HoneyPatchBiome), Member = "Place", MemberParameters = new object[]
38 {
41 }, ReturnType = typeof(bool))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MiningExplosivesBiome), Member = "Place", MemberParameters = new object[]
43 {
46 }, ReturnType = typeof(bool))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HouseUtils), Member = "GetRoomSolidPrecentage", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(double))]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
50 public Ref(T value)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x40036F2")]
56 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
57 public T Value;
58 }
59}
class f__AnonymousType0<< Count > j__TPar
Ref(T value)
Definition Ref.cs:50
T Value
Definition Ref.cs:57