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

◆ Color

byte Terraria.Map.MapTile.Color
getset

Definition at line 34 of file MapTile.cs.

35 {
36 [global::Cpp2ILInjected.Token(Token = "0x600391A")]
37 [global::Cpp2ILInjected.Address(RVA = "0x144833C", Offset = "0x144833C", Length = "0xC")]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMap), Member = "DrawToMap", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMap), Member = "ApplySection", MemberParameters = new object[]
40 {
41 typeof(int),
42 typeof(int),
43 typeof(int),
44 typeof(int)
45 }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMap), Member = "DrawToMap_Section", MemberParameters = new object[]
47 {
48 typeof(int),
49 typeof(int)
50 }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MapHelper), Member = "GetMapTileXnaColor", MemberParameters = new object[] { typeof(ref MapTile) }, ReturnType = typeof(Color))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
53 get
54 {
55 throw null;
56 }
57 [global::Cpp2ILInjected.Token(Token = "0x600391B")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1448348", Offset = "0x1448348", Length = "0x10")]
59 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 set
62 {
63 throw null;
64 }
65 }
class f__AnonymousType0<< Count > j__TPar
MapTile(ushort type, byte light, byte extraData)
Definition MapTile.cs:71