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
LODParameters.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000112")]
8 public struct LODParameters : IEquatable<LODParameters>
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000580")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F8B544", Offset = "0x1F8B544", Length = "0x9C")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LODParameters), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float), Member = "Equals", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(bool))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000581")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1F8B5E0", Offset = "0x1F8B5E0", Length = "0x90")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LODParameters), Member = "Equals", MemberParameters = new object[] { typeof(LODParameters) }, ReturnType = typeof(bool))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 public override bool Equals(object obj)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000582")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1F8B670", Offset = "0x1F8B670", Length = "0x94")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float), Member = "GetHashCode", ReturnType = typeof(int))]
36 public override int GetHashCode()
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x400048B")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
43 private int m_IsOrthographic;
44
45 [global::Cpp2ILInjected.Token(Token = "0x400048C")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
48
49 [global::Cpp2ILInjected.Token(Token = "0x400048D")]
50 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
51 private float m_FieldOfView;
52
53 [global::Cpp2ILInjected.Token(Token = "0x400048E")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
55 private float m_OrthoSize;
56
57 [global::Cpp2ILInjected.Token(Token = "0x400048F")]
58 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
60 }
61}
class f__AnonymousType0<< Count > j__TPar
bool Equals(LODParameters other)
override bool Equals(object obj)