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
WorldUIAnchor.cs
Go to the documentation of this file.
1using System;
5using Terraria.Chat;
9using Terraria.UI;
10
12{
13 [global::Cpp2ILInjected.Token(Token = "0x2000A6B")]
14 public class WorldUIAnchor
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6004EA9")]
17 [global::Cpp2ILInjected.Address(RVA = "0x8EA2CC", Offset = "0x8EA2CC", Length = "0xEC")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6004EAA")]
28 [global::Cpp2ILInjected.Address(RVA = "0x8EA3B8", Offset = "0x8EA3B8", Length = "0xF8")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIEmotesWindow), Member = "EmoteOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MessageBuffer), Member = "ProcessData", MemberParameters = new object[]
32 {
33 typeof(byte[]),
34 typeof(int),
35 typeof(ref int)
36 }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "FindFrame", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DD2Film), Member = "DryadConfusedEmote", MemberParameters = new object[] { typeof(FrameEventData) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DD2Film), Member = "DryadAlertEmote", MemberParameters = new object[] { typeof(FrameEventData) }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmojiCommand), Member = "ProcessOutgoingMessage", MemberParameters = new object[] { typeof(ChatMessage) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RockPaperScissorsCommand), Member = "ProcessOutgoingMessage", MemberParameters = new object[] { typeof(ChatMessage) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "DeserializeNetAnchor", MemberParameters = new object[]
43 {
44 typeof(int),
45 typeof(int)
46 }, ReturnType = typeof(WorldUIAnchor))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "MakeLocalPlayerEmote", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteButton), Member = "LeftClick", MemberParameters = new object[] { typeof(UIMouseEvent) }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 21)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
52 public WorldUIAnchor(Entity anchor)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x6004EAB")]
58 [global::Cpp2ILInjected.Address(RVA = "0x8EA4B0", Offset = "0x8EA4B0", Length = "0x100")]
59 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
63 public WorldUIAnchor(Vector2 anchor)
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6004EAC")]
69 [global::Cpp2ILInjected.Address(RVA = "0x8EA5B0", Offset = "0x8EA5B0", Length = "0x19C")]
70 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
74 {
75 typeof(float),
76 typeof(float)
77 }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
79 {
81 typeof(float)
82 }, ReturnType = typeof(Vector2))]
83 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
84 public WorldUIAnchor(int topLeftX, int topLeftY, int width, int height)
85 {
86 throw null;
87 }
88
89 [global::Cpp2ILInjected.Token(Token = "0x6004EAD")]
90 [global::Cpp2ILInjected.Address(RVA = "0x8EA74C", Offset = "0x8EA74C", Length = "0x1C8")]
91 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
92 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
94 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
95 public bool InRange(Vector2 target, float tileRangeX, float tileRangeY)
96 {
97 throw null;
98 }
99
100 [global::Cpp2ILInjected.Token(Token = "0x40087C0")]
101 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
103
104 [global::Cpp2ILInjected.Token(Token = "0x40087C1")]
105 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
107
108 [global::Cpp2ILInjected.Token(Token = "0x40087C2")]
109 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
110 public Vector2 pos;
111
112 [global::Cpp2ILInjected.Token(Token = "0x40087C3")]
113 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
114 public Vector2 size;
115
116 [global::Cpp2ILInjected.Token(Token = "0x2000A6C")]
117 public enum AnchorType
118 {
119 [global::Cpp2ILInjected.Token(Token = "0x40087C5")]
120 Entity,
121 [global::Cpp2ILInjected.Token(Token = "0x40087C6")]
122 Tile,
123 [global::Cpp2ILInjected.Token(Token = "0x40087C7")]
124 Pos,
125 [global::Cpp2ILInjected.Token(Token = "0x40087C8")]
126 None
127 }
128 }
129}
class f__AnonymousType0<< Count > j__TPar
bool InRange(Vector2 target, float tileRangeX, float tileRangeY)
WorldUIAnchor(int topLeftX, int topLeftY, int width, int height)