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
EmoteBubble.cs
Go to the documentation of this file.
1using System;
9using Terraria.Chat;
15using Terraria.UI;
17
19{
20 [global::Cpp2ILInjected.Token(Token = "0x2000A59")]
21 public class EmoteBubble
22 {
23 [global::Cpp2ILInjected.Token(Token = "0x6004E3B")]
24 [global::Cpp2ILInjected.Address(RVA = "0x8D4EE8", Offset = "0x8D4EE8", Length = "0x4D0")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DoUpdate", MemberParameters = new object[] { typeof(GameTime) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Enter", MemberParameters = new object[]
29 {
30 typeof(object),
31 typeof(ref bool)
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = "GetEnumerator", ReturnType = "Enumerator<TKey, TValue>")]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 34)]
42 public static void UpdateAll()
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6004E3C")]
48 [global::Cpp2ILInjected.Address(RVA = "0x8D53F8", Offset = "0x8D53F8", Length = "0x238")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawInterface_1_1_DrawEmoteBubblesInWorld", ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Enter", MemberParameters = new object[]
53 {
54 typeof(object),
55 typeof(ref bool)
56 }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = "GetEnumerator", ReturnType = "Enumerator<TKey, TValue>")]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "Draw", MemberParameters = new object[] { typeof(SpriteBatch) }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
63 public static void DrawAll(SpriteBatch sb)
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6004E3D")]
69 [global::Cpp2ILInjected.Address(RVA = "0x8D5BF0", Offset = "0x8D5BF0", Length = "0x12C")]
70 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "NewBubble", MemberParameters = new object[]
72 {
73 typeof(int),
75 typeof(int)
76 }, ReturnType = typeof(int))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "NewBubbleNPC", MemberParameters = new object[]
78 {
80 typeof(int),
82 }, ReturnType = typeof(int))]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tuple[]), Member = "Create", MemberTypeParameters = new object[]
85 {
86 typeof(int),
87 typeof(int)
88 }, MemberParameters = new object[]
89 {
90 typeof(int),
91 typeof(int)
92 }, ReturnType = "System.Tuple`2<T1, T2>")]
93 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
95 {
96 throw null;
97 }
98
99 [global::Cpp2ILInjected.Token(Token = "0x6004E3E")]
100 [global::Cpp2ILInjected.Address(RVA = "0x8D5D1C", Offset = "0x8D5D1C", Length = "0x13C")]
101 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MessageBuffer), Member = "ProcessData", MemberParameters = new object[]
103 {
104 typeof(byte[]),
105 typeof(int),
106 typeof(ref int)
107 }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldUIAnchor), Member = ".ctor", MemberParameters = new object[] { typeof(Entity) }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
112 public static WorldUIAnchor DeserializeNetAnchor(int type, int meta)
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x6004E3F")]
118 [global::Cpp2ILInjected.Address(RVA = "0x8D5E58", Offset = "0x8D5E58", Length = "0x60")]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "NewBubble", MemberParameters = new object[]
120 {
121 typeof(int),
123 typeof(int)
124 }, ReturnType = typeof(int))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "NewBubbleNPC", MemberParameters = new object[]
126 {
128 typeof(int),
130 }, ReturnType = typeof(int))]
131 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
132 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
133 public static int AssignNewID()
134 {
135 throw null;
136 }
137
138 [global::Cpp2ILInjected.Token(Token = "0x6004E40")]
139 [global::Cpp2ILInjected.Address(RVA = "0x8D5EB8", Offset = "0x8D5EB8", Length = "0x1D8")]
140 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIEmotesWindow), Member = "EmoteOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MessageBuffer), Member = "ProcessData", MemberParameters = new object[]
143 {
144 typeof(byte[]),
145 typeof(int),
146 typeof(ref int)
147 }, ReturnType = typeof(void))]
148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "FindFrame", ReturnType = typeof(void))]
149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DD2Film), Member = "DryadConfusedEmote", MemberParameters = new object[] { typeof(FrameEventData) }, ReturnType = typeof(void))]
150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DD2Film), Member = "DryadAlertEmote", MemberParameters = new object[] { typeof(FrameEventData) }, ReturnType = typeof(void))]
151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmojiCommand), Member = "ProcessOutgoingMessage", MemberParameters = new object[] { typeof(ChatMessage) }, ReturnType = typeof(void))]
152 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RockPaperScissorsCommand), Member = "ProcessOutgoingMessage", MemberParameters = new object[] { typeof(ChatMessage) }, ReturnType = typeof(void))]
153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "MakeLocalPlayerEmote", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteButton), Member = "LeftClick", MemberParameters = new object[] { typeof(UIMouseEvent) }, ReturnType = typeof(void))]
155 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
156 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "AssignNewID", ReturnType = typeof(int))]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = "set_Item", MemberParameters = new object[]
159 {
160 typeof(int),
161 typeof(object)
162 }, ReturnType = typeof(void))]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_NetHost", ReturnType = typeof(bool))]
164 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "SerializeNetAnchor", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(Tuple<int, int>))]
165 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetMessage), Member = "SendData", MemberParameters = new object[]
166 {
167 typeof(int),
168 typeof(int),
169 typeof(int),
171 typeof(int),
172 typeof(float),
173 typeof(float),
174 typeof(float),
175 typeof(int),
176 typeof(int),
177 typeof(int)
178 }, ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "OnBubbleChange", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
180 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
181 public static int NewBubble(int emoticon, WorldUIAnchor bubbleAnchor, int time)
182 {
183 throw null;
184 }
185
186 [global::Cpp2ILInjected.Token(Token = "0x6004E41")]
187 [global::Cpp2ILInjected.Address(RVA = "0x8D6300", Offset = "0x8D6300", Length = "0x1CC")]
188 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
189 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "FindFrame", ReturnType = typeof(void))]
190 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
192 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "AssignNewID", ReturnType = typeof(int))]
193 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = "set_Item", MemberParameters = new object[]
194 {
195 typeof(int),
196 typeof(object)
197 }, ReturnType = typeof(void))]
198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_NetHost", ReturnType = typeof(bool))]
200 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "SerializeNetAnchor", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(Tuple<int, int>))]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetMessage), Member = "SendData", MemberParameters = new object[]
202 {
203 typeof(int),
204 typeof(int),
205 typeof(int),
207 typeof(int),
208 typeof(float),
209 typeof(float),
210 typeof(float),
211 typeof(int),
212 typeof(int),
213 typeof(int)
214 }, ReturnType = typeof(void))]
215 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
216 public static int NewBubbleNPC(WorldUIAnchor bubbleAnchor, int time, WorldUIAnchor other = null)
217 {
218 throw null;
219 }
220
221 [global::Cpp2ILInjected.Token(Token = "0x6004E42")]
222 [global::Cpp2ILInjected.Address(RVA = "0x8D6908", Offset = "0x8D6908", Length = "0x1E8")]
223 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIEmotesWindow), Member = "EmoteOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MessageBuffer), Member = "ProcessData", MemberParameters = new object[]
226 {
227 typeof(byte[]),
228 typeof(int),
229 typeof(ref int)
230 }, ReturnType = typeof(void))]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmojiCommand), Member = "ProcessOutgoingMessage", MemberParameters = new object[] { typeof(ChatMessage) }, ReturnType = typeof(void))]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RockPaperScissorsCommand), Member = "ProcessOutgoingMessage", MemberParameters = new object[] { typeof(ChatMessage) }, ReturnType = typeof(void))]
233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "MakeLocalPlayerEmote", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteButton), Member = "LeftClick", MemberParameters = new object[] { typeof(UIMouseEvent) }, ReturnType = typeof(void))]
235 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
236 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_CanBeTalkedTo", ReturnType = typeof(bool))]
237 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
238 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "Distance", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(float))]
239 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Top", ReturnType = typeof(Vector2))]
240 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Collision), Member = "CanHitLine", MemberParameters = new object[]
241 {
243 typeof(int),
244 typeof(int),
246 typeof(int),
247 typeof(int)
248 }, ReturnType = typeof(bool))]
249 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "ToDirectionInt", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(int))]
250 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
251 public static void CheckForNPCsToReactToEmoteBubble(int emoteID, Player player)
252 {
253 throw null;
254 }
255
256 [global::Cpp2ILInjected.Token(Token = "0x6004E43")]
257 [global::Cpp2ILInjected.Address(RVA = "0x8D6090", Offset = "0x8D6090", Length = "0x40")]
258 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MessageBuffer), Member = "ProcessData", MemberParameters = new object[]
259 {
260 typeof(byte[]),
261 typeof(int),
262 typeof(ref int)
263 }, ReturnType = typeof(void))]
264 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
265 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
266 public EmoteBubble(int emotion, WorldUIAnchor bubbleAnchor, int time = 180)
267 {
268 throw null;
269 }
270
271 [global::Cpp2ILInjected.Token(Token = "0x6004E44")]
272 [global::Cpp2ILInjected.Address(RVA = "0x8D53B8", Offset = "0x8D53B8", Length = "0x40")]
273 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
274 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
275 private void Update()
276 {
277 throw null;
278 }
279
280 [global::Cpp2ILInjected.Token(Token = "0x6004E45")]
281 [global::Cpp2ILInjected.Address(RVA = "0x8D5630", Offset = "0x8D5630", Length = "0x5C0")]
282 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "DrawAll", MemberParameters = new object[] { typeof(SpriteBatch) }, ReturnType = typeof(void))]
284 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
285 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "GetPosition", MemberParameters = new object[] { typeof(ref SpriteEffects) }, ReturnType = typeof(Vector2))]
286 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Floor", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(Vector2))]
287 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
288 {
290 typeof(int),
291 typeof(int),
292 typeof(int),
293 typeof(int),
294 typeof(int),
295 typeof(int)
296 }, ReturnType = typeof(Rectangle))]
297 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
298 {
299 typeof(float),
300 typeof(float)
301 }, ReturnType = typeof(void))]
302 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_myPlayer", ReturnType = typeof(int))]
303 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "ReverseGravitySupport", MemberParameters = new object[]
304 {
306 typeof(float)
307 }, ReturnType = typeof(Vector2))]
308 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle?), Member = ".ctor", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "Draw", MemberParameters = new object[]
310 {
314 typeof(Color),
315 typeof(float),
317 typeof(float),
319 typeof(float)
320 }, ReturnType = typeof(void))]
321 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
322 {
325 }, ReturnType = typeof(Vector2))]
326 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
327 private void Draw(SpriteBatch sb)
328 {
329 throw null;
330 }
331
332 [global::Cpp2ILInjected.Token(Token = "0x6004E46")]
333 [global::Cpp2ILInjected.Address(RVA = "0x8D6AF0", Offset = "0x8D6AF0", Length = "0x218")]
334 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "Draw", MemberParameters = new object[] { typeof(SpriteBatch) }, ReturnType = typeof(void))]
336 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
337 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Top", ReturnType = typeof(Vector2))]
338 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XNAUnityRunner), Member = "AdjustWorldPositionForUI", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(Vector2))]
339 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
340 {
341 typeof(float),
342 typeof(float)
343 }, ReturnType = typeof(void))]
344 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
345 {
348 }, ReturnType = typeof(Vector2))]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_screenWidth", ReturnType = typeof(int))]
350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_screenHeight", ReturnType = typeof(int))]
351 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Division", MemberParameters = new object[]
352 {
354 typeof(float)
355 }, ReturnType = typeof(Vector2))]
356 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
358 {
359 throw null;
360 }
361
362 [global::Cpp2ILInjected.Token(Token = "0x6004E47")]
363 [global::Cpp2ILInjected.Address(RVA = "0x8D60D0", Offset = "0x8D60D0", Length = "0x230")]
364 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MessageBuffer), Member = "ProcessData", MemberParameters = new object[]
366 {
367 typeof(byte[]),
368 typeof(int),
369 typeof(ref int)
370 }, ReturnType = typeof(void))]
371 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "NewBubble", MemberParameters = new object[]
372 {
373 typeof(int),
375 typeof(int)
376 }, ReturnType = typeof(int))]
377 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
378 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "TValue")]
379 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = "get_Values", ReturnType = "ValueCollection<TKey, TValue>")]
380 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>.ValueCollection), Member = "GetEnumerator", ReturnType = "Enumerator<TKey, TValue>")]
381 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>.ValueCollection.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
382 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>.ValueCollection.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
383 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
384 public static void OnBubbleChange(int bubbleID)
385 {
386 throw null;
387 }
388
389 [global::Cpp2ILInjected.Token(Token = "0x6004E48")]
390 [global::Cpp2ILInjected.Address(RVA = "0x8D6D08", Offset = "0x8D6D08", Length = "0x188")]
391 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "UpdateHungerBuffs", ReturnType = typeof(void))]
393 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "UpdateStarvingState", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LucyAxeMessage), Member = "SpawnEmoteBubble", ReturnType = typeof(void))]
395 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
396 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_myPlayer", ReturnType = typeof(int))]
397 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetMessage), Member = "SendData", MemberParameters = new object[]
398 {
399 typeof(int),
400 typeof(int),
401 typeof(int),
403 typeof(int),
404 typeof(float),
405 typeof(float),
406 typeof(float),
407 typeof(int),
408 typeof(int),
409 typeof(int)
410 }, ReturnType = typeof(void))]
411 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_LocalPlayer", ReturnType = typeof(Player))]
412 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldUIAnchor), Member = ".ctor", MemberParameters = new object[] { typeof(Entity) }, ReturnType = typeof(void))]
413 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "NewBubble", MemberParameters = new object[]
414 {
415 typeof(int),
417 typeof(int)
418 }, ReturnType = typeof(int))]
419 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "CheckForNPCsToReactToEmoteBubble", MemberParameters = new object[]
420 {
421 typeof(int),
423 }, ReturnType = typeof(void))]
424 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
425 public static void MakeLocalPlayerEmote(int emoteId)
426 {
427 throw null;
428 }
429
430 [global::Cpp2ILInjected.Token(Token = "0x6004E49")]
431 [global::Cpp2ILInjected.Address(RVA = "0x8D64CC", Offset = "0x8D64CC", Length = "0x43C")]
432 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
433 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "NewBubbleNPC", MemberParameters = new object[]
434 {
436 typeof(int),
438 }, ReturnType = typeof(int))]
439 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
441 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "FindClosest", MemberParameters = new object[]
442 {
444 typeof(int),
445 typeof(int)
446 }, ReturnType = typeof(byte))]
447 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = ".ctor", ReturnType = typeof(void))]
448 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeCombat", MemberParameters = new object[] { typeof(List<int>) }, ReturnType = typeof(void))]
449 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
450 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeTownNPCs", MemberParameters = new object[] { typeof(List<int>) }, ReturnType = typeof(void))]
451 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeEmotions", MemberParameters = new object[] { typeof(List<int>) }, ReturnType = typeof(void))]
452 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeBiomes", MemberParameters = new object[]
453 {
456 }, ReturnType = typeof(void))]
457 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeCritters", MemberParameters = new object[] { typeof(List<int>) }, ReturnType = typeof(void))]
458 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeItems", MemberParameters = new object[]
459 {
462 }, ReturnType = typeof(void))]
463 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeBosses", MemberParameters = new object[] { typeof(List<int>) }, ReturnType = typeof(void))]
464 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeDebuffs", MemberParameters = new object[]
465 {
468 }, ReturnType = typeof(void))]
469 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeEvents", MemberParameters = new object[] { typeof(List<int>) }, ReturnType = typeof(void))]
470 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeWeather", MemberParameters = new object[]
471 {
474 }, ReturnType = typeof(void))]
475 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EmoteBubble), Member = "ProbeExceptions", MemberParameters = new object[]
476 {
478 typeof(Player),
480 }, ReturnType = typeof(void))]
481 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
482 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 33)]
483 public void PickNPCEmote(WorldUIAnchor other = null)
484 {
485 throw null;
486 }
487
488 [global::Cpp2ILInjected.Token(Token = "0x6004E4A")]
489 [global::Cpp2ILInjected.Address(RVA = "0x8DD900", Offset = "0x8DD900", Length = "0x2AC")]
490 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
491 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
492 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
493 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
495 {
496 throw null;
497 }
498
499 [global::Cpp2ILInjected.Token(Token = "0x6004E4B")]
500 [global::Cpp2ILInjected.Address(RVA = "0x8DA338", Offset = "0x8DA338", Length = "0x3C0")]
501 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
502 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
503 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
504 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_ZoneSnow", ReturnType = typeof(bool))]
505 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_ZoneHallow", ReturnType = typeof(bool))]
506 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
508 {
509 throw null;
510 }
511
512 [global::Cpp2ILInjected.Token(Token = "0x6004E4C")]
513 [global::Cpp2ILInjected.Address(RVA = "0x8D9C94", Offset = "0x8D9C94", Length = "0x6A4")]
514 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
515 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
516 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
517 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BirthdayParty), Member = "get_PartyIsUp", ReturnType = typeof(bool))]
518 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
519 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
520 {
521 typeof(Array),
523 }, ReturnType = typeof(void))]
524 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils[]), Member = "SelectRandom", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
525 {
527 typeof(int[])
528 }, ReturnType = "T")]
529 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DD2Event), Member = "get_DownedInvasionAnyDifficulty", ReturnType = typeof(bool))]
530 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 41)]
532 {
533 throw null;
534 }
535
536 [global::Cpp2ILInjected.Token(Token = "0x6004E4D")]
537 [global::Cpp2ILInjected.Address(RVA = "0x8D9938", Offset = "0x8D9938", Length = "0x35C")]
538 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
539 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
540 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
542 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
543 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_ZoneJungle", ReturnType = typeof(bool))]
544 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
546 {
547 throw null;
548 }
549
550 [global::Cpp2ILInjected.Token(Token = "0x6004E4E")]
551 [global::Cpp2ILInjected.Address(RVA = "0x8D8570", Offset = "0x8D8570", Length = "0x2D4")]
552 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
553 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
554 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
555 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
557 {
558 throw null;
559 }
560
561 [global::Cpp2ILInjected.Token(Token = "0x6004E4F")]
562 [global::Cpp2ILInjected.Address(RVA = "0x8D6E90", Offset = "0x8D6E90", Length = "0x288")]
563 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
565 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
566 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
568 {
569 throw null;
570 }
571
572 [global::Cpp2ILInjected.Token(Token = "0x6004E50")]
573 [global::Cpp2ILInjected.Address(RVA = "0x8D78A0", Offset = "0x8D78A0", Length = "0x4D4")]
574 [global::Cpp2ILInjected.CallAnalysis.ContainsInvalidInstructions]
575 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
576 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
577 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
578 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_ZoneHallow", ReturnType = typeof(bool))]
579 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_ZoneCorrupt", ReturnType = typeof(bool))]
580 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_ZoneCrimson", ReturnType = typeof(bool))]
581 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_ZoneJungle", ReturnType = typeof(bool))]
582 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_ZoneSnow", ReturnType = typeof(bool))]
583 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "get_ZoneDesert", ReturnType = typeof(bool))]
584 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
586 {
587 throw null;
588 }
589
590 [global::Cpp2ILInjected.Token(Token = "0x6004E51")]
591 [global::Cpp2ILInjected.Address(RVA = "0x8D7D74", Offset = "0x8D7D74", Length = "0x7FC")]
592 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
593 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
594 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
595 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Entity), Member = "get_Center", ReturnType = typeof(Vector2))]
596 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "NextFloat", MemberParameters = new object[] { typeof(UnifiedRandom) }, ReturnType = typeof(float))]
597 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
599 {
600 throw null;
601 }
602
603 [global::Cpp2ILInjected.Token(Token = "0x6004E52")]
604 [global::Cpp2ILInjected.Address(RVA = "0x8D7118", Offset = "0x8D7118", Length = "0x788")]
605 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
607 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
608 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
609 {
610 typeof(Array),
612 }, ReturnType = typeof(void))]
613 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils[]), Member = "SelectRandom", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
614 {
616 typeof(int[])
617 }, ReturnType = "T")]
618 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
620 {
621 throw null;
622 }
623
624 [global::Cpp2ILInjected.Token(Token = "0x6004E53")]
625 [global::Cpp2ILInjected.Address(RVA = "0x8D8844", Offset = "0x8D8844", Length = "0x10F4")]
626 [global::Cpp2ILInjected.CallAnalysis.ContainsInvalidInstructions]
627 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
628 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
629 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
630 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
631 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_expertMode", ReturnType = typeof(bool))]
632 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 44)]
634 {
635 throw null;
636 }
637
638 [global::Cpp2ILInjected.Token(Token = "0x6004E54")]
639 [global::Cpp2ILInjected.Address(RVA = "0x8DA6F8", Offset = "0x8DA6F8", Length = "0x3208")]
640 [global::Cpp2ILInjected.CallAnalysis.ContainsInvalidInstructions]
641 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
642 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EmoteBubble), Member = "PickNPCEmote", MemberParameters = new object[] { typeof(WorldUIAnchor) }, ReturnType = typeof(void))]
643 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
644 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Contains", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
645 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "Remove", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
646 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
648 {
649 throw null;
650 }
651
652 // Note: this type is marked as 'beforefieldinit'.
653 [global::Cpp2ILInjected.Token(Token = "0x6004E55")]
654 [global::Cpp2ILInjected.Address(RVA = "0x8DDBAC", Offset = "0x8DDBAC", Length = "0x110")]
655 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
656 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = ".ctor", ReturnType = typeof(void))]
657 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = ".ctor", ReturnType = typeof(void))]
658 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
659 static EmoteBubble()
660 {
661 throw null;
662 }
663
664 [global::Cpp2ILInjected.Token(Token = "0x40086E4")]
665 private static int[] CountNPCs;
666
667 [global::Cpp2ILInjected.Token(Token = "0x40086E5")]
669
670 [global::Cpp2ILInjected.Token(Token = "0x40086E6")]
671 private static List<int> toClean;
672
673 [global::Cpp2ILInjected.Token(Token = "0x40086E7")]
674 public static int NextID;
675
676 [global::Cpp2ILInjected.Token(Token = "0x40086E8")]
677 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
678 public int ID;
679
680 [global::Cpp2ILInjected.Token(Token = "0x40086E9")]
681 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
683
684 [global::Cpp2ILInjected.Token(Token = "0x40086EA")]
685 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
686 public int lifeTime;
687
688 [global::Cpp2ILInjected.Token(Token = "0x40086EB")]
689 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
690 public int lifeTimeStart;
691
692 [global::Cpp2ILInjected.Token(Token = "0x40086EC")]
693 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
694 public int emote;
695
696 [global::Cpp2ILInjected.Token(Token = "0x40086ED")]
697 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
698 public int metadata;
699
700 [global::Cpp2ILInjected.Token(Token = "0x40086EE")]
701 private const int frameSpeed = 8;
702
703 [global::Cpp2ILInjected.Token(Token = "0x40086EF")]
704 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
705 public int frameCounter;
706
707 [global::Cpp2ILInjected.Token(Token = "0x40086F0")]
708 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
709 public int frame;
710
711 [global::Cpp2ILInjected.Token(Token = "0x40086F1")]
712 public const int EMOTE_SHEET_HORIZONTAL_FRAMES = 8;
713
714 [global::Cpp2ILInjected.Token(Token = "0x40086F2")]
715 public const int EMOTE_SHEET_EMOTES_PER_ROW = 4;
716
717 [global::Cpp2ILInjected.Token(Token = "0x40086F3")]
719 }
720}
class f__AnonymousType0<< Count > j__TPar
void ProbeEvents(List< int > list)
static int NewBubbleNPC(WorldUIAnchor bubbleAnchor, int time, WorldUIAnchor other=null)
void ProbeExceptions(List< int > list, Player plr, WorldUIAnchor other)
static void MakeLocalPlayerEmote(int emoteId)
static void CheckForNPCsToReactToEmoteBubble(int emoteID, Player player)
void ProbeWeather(List< int > list, Player plr)
static Dictionary< int, EmoteBubble > byID
void PickNPCEmote(WorldUIAnchor other=null)
EmoteBubble(int emotion, WorldUIAnchor bubbleAnchor, int time=180)
void ProbeDebuffs(List< int > list, Player plr)
Vector2 GetPosition(out SpriteEffects effect)
static WorldUIAnchor DeserializeNetAnchor(int type, int meta)
void ProbeItems(List< int > list, Player plr)
void ProbeCritters(List< int > list)
static Tuple< int, int > SerializeNetAnchor(WorldUIAnchor anch)
void ProbeTownNPCs(List< int > list)
void ProbeEmotions(List< int > list)
static int NewBubble(int emoticon, WorldUIAnchor bubbleAnchor, int time)
static void DrawAll(SpriteBatch sb)
static void OnBubbleChange(int bubbleID)
void ProbeCombat(List< int > list)
void ProbeBiomes(List< int > list, Player plr)
void ProbeBosses(List< int > list)
static readonly int EMOTE_SHEET_VERTICAL_FRAMES