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
Actions.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000972")]
10 public class Actions
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6004847")]
13 [global::Cpp2ILInjected.Address(RVA = "0x822164", Offset = "0x822164", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 public Actions()
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x2000973")]
22 public class Players
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6004848")]
25 [global::Cpp2ILInjected.Address(RVA = "0x82216C", Offset = "0x82216C", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
28 public Players()
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x2000974")]
34 public interface IPlayerAction : IAnimationSegmentAction<Player>
35 {
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x2000975")]
40 {
41 [global::Cpp2ILInjected.Token(Token = "0x6004849")]
42 [global::Cpp2ILInjected.Address(RVA = "0x822174", Offset = "0x822174", Length = "0x2C")]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_PrincessAndEveryoneThanksPlayer", MemberParameters = new object[]
44 {
45 typeof(int),
47 }, ReturnType = typeof(SegmentInforReport))]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
50 public Fade(float opacityTarget)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x600484A")]
56 [global::Cpp2ILInjected.Address(RVA = "0x8221A0", Offset = "0x8221A0", Length = "0x38")]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_PrincessAndEveryoneThanksPlayer", MemberParameters = new object[]
58 {
59 typeof(int),
61 }, ReturnType = typeof(SegmentInforReport))]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
64 public Fade(float opacityTarget, int duration)
65 {
66 throw null;
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x600484B")]
70 [global::Cpp2ILInjected.Address(RVA = "0x8221D8", Offset = "0x8221D8", Length = "0x4")]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 public void BindTo(Player obj)
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x1700082F")]
79 {
80 [global::Cpp2ILInjected.Token(Token = "0x600484C")]
81 [global::Cpp2ILInjected.Address(RVA = "0x8221DC", Offset = "0x8221DC", Length = "0x8")]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 get
84 {
85 throw null;
86 }
87 }
88
89 [global::Cpp2ILInjected.Token(Token = "0x600484D")]
90 [global::Cpp2ILInjected.Address(RVA = "0x8221E4", Offset = "0x8221E4", Length = "0x8")]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 public void SetDelay(float delay)
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x600484E")]
98 [global::Cpp2ILInjected.Address(RVA = "0x8221EC", Offset = "0x8221EC", Length = "0xD0")]
99 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "GetLerpValue", MemberParameters = new object[]
102 {
103 typeof(float),
104 typeof(float),
105 typeof(float),
106 typeof(bool)
107 }, ReturnType = typeof(float))]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MathHelper), Member = "Lerp", MemberParameters = new object[]
109 {
110 typeof(float),
111 typeof(float),
112 typeof(float)
113 }, ReturnType = typeof(float))]
114 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
115 public void ApplyTo(Player obj, float localTimeForObj)
116 {
117 throw null;
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x40083BC")]
121 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
122 private int _duration;
123
124 [global::Cpp2ILInjected.Token(Token = "0x40083BD")]
125 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
126 private float _opacityTarget;
127
128 [global::Cpp2ILInjected.Token(Token = "0x40083BE")]
129 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
130 private float _delay;
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x2000976")]
135 {
136 [global::Cpp2ILInjected.Token(Token = "0x600484F")]
137 [global::Cpp2ILInjected.Address(RVA = "0x8222BC", Offset = "0x8222BC", Length = "0x28")]
138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_PrincessAndEveryoneThanksPlayer", MemberParameters = new object[]
139 {
140 typeof(int),
142 }, ReturnType = typeof(SegmentInforReport))]
143 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
146 {
147 throw null;
148 }
149
150 [global::Cpp2ILInjected.Token(Token = "0x6004850")]
151 [global::Cpp2ILInjected.Address(RVA = "0x8222E4", Offset = "0x8222E4", Length = "0x4")]
152 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
153 public void BindTo(Player obj)
154 {
155 throw null;
156 }
157
158 [global::Cpp2ILInjected.Token(Token = "0x17000830")]
160 {
161 [global::Cpp2ILInjected.Token(Token = "0x6004851")]
162 [global::Cpp2ILInjected.Address(RVA = "0x8222E8", Offset = "0x8222E8", Length = "0x8")]
163 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
164 get
165 {
166 throw null;
167 }
168 }
169
170 [global::Cpp2ILInjected.Token(Token = "0x6004852")]
171 [global::Cpp2ILInjected.Address(RVA = "0x8222F0", Offset = "0x8222F0", Length = "0xAC")]
172 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
173 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
174 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
175 public void ApplyTo(Player obj, float localTimeForObj)
176 {
177 throw null;
178 }
179
180 [global::Cpp2ILInjected.Token(Token = "0x6004853")]
181 [global::Cpp2ILInjected.Address(RVA = "0x82239C", Offset = "0x82239C", Length = "0x8")]
182 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
183 public void SetDelay(float delay)
184 {
185 throw null;
186 }
187
188 [global::Cpp2ILInjected.Token(Token = "0x40083BF")]
189 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
190 private int _duration;
191
192 [global::Cpp2ILInjected.Token(Token = "0x40083C0")]
193 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
194 private float _delay;
195 }
196
197 [global::Cpp2ILInjected.Token(Token = "0x2000977")]
199 {
200 [global::Cpp2ILInjected.Token(Token = "0x6004854")]
201 [global::Cpp2ILInjected.Address(RVA = "0x8223A4", Offset = "0x8223A4", Length = "0x28")]
202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_PrincessAndEveryoneThanksPlayer", MemberParameters = new object[]
203 {
204 typeof(int),
206 }, ReturnType = typeof(SegmentInforReport))]
207 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
208 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
209 public LookAt(int direction)
210 {
211 throw null;
212 }
213
214 [global::Cpp2ILInjected.Token(Token = "0x6004855")]
215 [global::Cpp2ILInjected.Address(RVA = "0x8223CC", Offset = "0x8223CC", Length = "0x4")]
216 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
217 public void BindTo(Player obj)
218 {
219 throw null;
220 }
221
222 [global::Cpp2ILInjected.Token(Token = "0x17000831")]
224 {
225 [global::Cpp2ILInjected.Token(Token = "0x6004856")]
226 [global::Cpp2ILInjected.Address(RVA = "0x8223D0", Offset = "0x8223D0", Length = "0x8")]
227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
228 get
229 {
230 throw null;
231 }
232 }
233
234 [global::Cpp2ILInjected.Token(Token = "0x6004857")]
235 [global::Cpp2ILInjected.Address(RVA = "0x8223D8", Offset = "0x8223D8", Length = "0x18")]
236 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
237 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
238 public void ApplyTo(Player obj, float localTimeForObj)
239 {
240 throw null;
241 }
242
243 [global::Cpp2ILInjected.Token(Token = "0x6004858")]
244 [global::Cpp2ILInjected.Address(RVA = "0x8223F0", Offset = "0x8223F0", Length = "0x8")]
245 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
246 public void SetDelay(float delay)
247 {
248 throw null;
249 }
250
251 [global::Cpp2ILInjected.Token(Token = "0x40083C1")]
252 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
253 private int _direction;
254
255 [global::Cpp2ILInjected.Token(Token = "0x40083C2")]
256 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
257 private float _delay;
258 }
259
260 [global::Cpp2ILInjected.Token(Token = "0x2000978")]
262 {
263 [global::Cpp2ILInjected.Token(Token = "0x6004859")]
264 [global::Cpp2ILInjected.Address(RVA = "0x8223F8", Offset = "0x8223F8", Length = "0x50")]
265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_PrincessAndEveryoneThanksPlayer", MemberParameters = new object[]
266 {
267 typeof(int),
269 }, ReturnType = typeof(SegmentInforReport))]
270 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
276
277 [global::Cpp2ILInjected.Token(Token = "0x600485A")]
278 [global::Cpp2ILInjected.Address(RVA = "0x822448", Offset = "0x822448", Length = "0x4")]
279 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
280 public void BindTo(Player obj)
281 {
282 throw null;
283 }
284
285 [global::Cpp2ILInjected.Token(Token = "0x17000832")]
287 {
288 [global::Cpp2ILInjected.Token(Token = "0x600485B")]
289 [global::Cpp2ILInjected.Address(RVA = "0x82244C", Offset = "0x82244C", Length = "0x8")]
290 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
291 get
292 {
293 throw null;
294 }
295 }
296
297 [global::Cpp2ILInjected.Token(Token = "0x600485C")]
298 [global::Cpp2ILInjected.Address(RVA = "0x822454", Offset = "0x822454", Length = "0x8")]
299 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
300 public void SetDelay(float delay)
301 {
302 throw null;
303 }
304
305 [global::Cpp2ILInjected.Token(Token = "0x600485D")]
306 [global::Cpp2ILInjected.Address(RVA = "0x82245C", Offset = "0x82245C", Length = "0x140")]
307 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
308 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
310 {
312 typeof(float)
313 }, ReturnType = typeof(Vector2))]
314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
315 {
318 }, ReturnType = typeof(Vector2))]
319 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
320 public void ApplyTo(Player obj, float localTimeForObj)
321 {
322 throw null;
323 }
324
325 [global::Cpp2ILInjected.Token(Token = "0x40083C3")]
326 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
328
329 [global::Cpp2ILInjected.Token(Token = "0x40083C4")]
330 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
332
333 [global::Cpp2ILInjected.Token(Token = "0x40083C5")]
334 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
335 private int _duration;
336
337 [global::Cpp2ILInjected.Token(Token = "0x40083C6")]
338 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
339 private float _delay;
340 }
341 }
342
343 [global::Cpp2ILInjected.Token(Token = "0x2000979")]
344 public class NPCs
345 {
346 [global::Cpp2ILInjected.Token(Token = "0x600485E")]
347 [global::Cpp2ILInjected.Address(RVA = "0x82259C", Offset = "0x82259C", Length = "0x8")]
348 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
350 public NPCs()
351 {
352 throw null;
353 }
354
355 [global::Cpp2ILInjected.Token(Token = "0x200097A")]
356 public interface INPCAction : IAnimationSegmentAction<NPC>
357 {
358 }
359
360 [global::Cpp2ILInjected.Token(Token = "0x200097B")]
362 {
363 [global::Cpp2ILInjected.Token(Token = "0x600485F")]
364 [global::Cpp2ILInjected.Address(RVA = "0x8225A4", Offset = "0x8225A4", Length = "0x28")]
365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "AddWavingNPC", MemberParameters = new object[]
366 {
367 typeof(int),
369 typeof(int),
370 typeof(int),
371 typeof(int),
372 typeof(int)
373 }, ReturnType = typeof(void))]
374 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
375 {
376 typeof(int),
378 }, ReturnType = typeof(SegmentInforReport))]
379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
380 {
381 typeof(int),
383 }, ReturnType = typeof(SegmentInforReport))]
384 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
385 {
386 typeof(int),
388 }, ReturnType = typeof(SegmentInforReport))]
389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
390 {
391 typeof(int),
393 }, ReturnType = typeof(SegmentInforReport))]
394 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
395 {
396 typeof(int),
398 }, ReturnType = typeof(SegmentInforReport))]
399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk", MemberParameters = new object[]
400 {
401 typeof(int),
403 }, ReturnType = typeof(SegmentInforReport))]
404 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_GuideRunningFromZombie", MemberParameters = new object[]
405 {
406 typeof(int),
408 }, ReturnType = typeof(SegmentInforReport))]
409 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer", MemberParameters = new object[]
410 {
411 typeof(int),
413 }, ReturnType = typeof(SegmentInforReport))]
414 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
415 {
416 typeof(int),
418 }, ReturnType = typeof(SegmentInforReport))]
419 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
420 {
421 typeof(int),
423 }, ReturnType = typeof(SegmentInforReport))]
424 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DemolitionistAndArmsDealerArguingThenNurseComes", MemberParameters = new object[]
425 {
426 typeof(int),
428 }, ReturnType = typeof(SegmentInforReport))]
429 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_TinkererAndMechanic", MemberParameters = new object[]
430 {
431 typeof(int),
433 }, ReturnType = typeof(SegmentInforReport))]
434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_ClothierChasingTruffle", MemberParameters = new object[]
435 {
436 typeof(int),
438 }, ReturnType = typeof(SegmentInforReport))]
439 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 41)]
440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
441 public Fade(int alphaPerFrame)
442 {
443 throw null;
444 }
445
446 [global::Cpp2ILInjected.Token(Token = "0x6004860")]
447 [global::Cpp2ILInjected.Address(RVA = "0x8225CC", Offset = "0x8225CC", Length = "0x2C")]
448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "AddWavingNPC", MemberParameters = new object[]
449 {
450 typeof(int),
452 typeof(int),
453 typeof(int),
454 typeof(int),
455 typeof(int)
456 }, ReturnType = typeof(void))]
457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
458 {
459 typeof(int),
461 }, ReturnType = typeof(SegmentInforReport))]
462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
463 {
464 typeof(int),
466 }, ReturnType = typeof(SegmentInforReport))]
467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
468 {
469 typeof(int),
471 }, ReturnType = typeof(SegmentInforReport))]
472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
473 {
474 typeof(int),
476 }, ReturnType = typeof(SegmentInforReport))]
477 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
478 {
479 typeof(int),
481 }, ReturnType = typeof(SegmentInforReport))]
482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk", MemberParameters = new object[]
483 {
484 typeof(int),
486 }, ReturnType = typeof(SegmentInforReport))]
487 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_GuideRunningFromZombie", MemberParameters = new object[]
488 {
489 typeof(int),
491 }, ReturnType = typeof(SegmentInforReport))]
492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer", MemberParameters = new object[]
493 {
494 typeof(int),
496 }, ReturnType = typeof(SegmentInforReport))]
497 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
498 {
499 typeof(int),
501 }, ReturnType = typeof(SegmentInforReport))]
502 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
503 {
504 typeof(int),
506 }, ReturnType = typeof(SegmentInforReport))]
507 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DemolitionistAndArmsDealerArguingThenNurseComes", MemberParameters = new object[]
508 {
509 typeof(int),
511 }, ReturnType = typeof(SegmentInforReport))]
512 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_TinkererAndMechanic", MemberParameters = new object[]
513 {
514 typeof(int),
516 }, ReturnType = typeof(SegmentInforReport))]
517 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_ClothierChasingTruffle", MemberParameters = new object[]
518 {
519 typeof(int),
521 }, ReturnType = typeof(SegmentInforReport))]
522 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 75)]
523 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
524 public Fade(int alphaPerFrame, int duration)
525 {
526 throw null;
527 }
528
529 [global::Cpp2ILInjected.Token(Token = "0x6004861")]
530 [global::Cpp2ILInjected.Address(RVA = "0x8225F8", Offset = "0x8225F8", Length = "0x4")]
531 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
532 public void BindTo(NPC obj)
533 {
534 throw null;
535 }
536
537 [global::Cpp2ILInjected.Token(Token = "0x17000833")]
539 {
540 [global::Cpp2ILInjected.Token(Token = "0x6004862")]
541 [global::Cpp2ILInjected.Address(RVA = "0x8225FC", Offset = "0x8225FC", Length = "0x8")]
542 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
543 get
544 {
545 throw null;
546 }
547 }
548
549 [global::Cpp2ILInjected.Token(Token = "0x6004863")]
550 [global::Cpp2ILInjected.Address(RVA = "0x822604", Offset = "0x822604", Length = "0x8")]
551 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
552 public void SetDelay(float delay)
553 {
554 throw null;
555 }
556
557 [global::Cpp2ILInjected.Token(Token = "0x6004864")]
558 [global::Cpp2ILInjected.Address(RVA = "0x82260C", Offset = "0x82260C", Length = "0x100")]
559 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
560 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
561 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils[]), Member = "Clamp", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
562 {
563 typeof(int),
564 typeof(int),
565 typeof(int)
566 }, ReturnType = "T")]
567 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
568 public void ApplyTo(NPC obj, float localTimeForObj)
569 {
570 throw null;
571 }
572
573 [global::Cpp2ILInjected.Token(Token = "0x40083C7")]
574 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
575 private int _duration;
576
577 [global::Cpp2ILInjected.Token(Token = "0x40083C8")]
578 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
579 private int _alphaPerFrame;
580
581 [global::Cpp2ILInjected.Token(Token = "0x40083C9")]
582 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
583 private float _delay;
584 }
585
586 [global::Cpp2ILInjected.Token(Token = "0x200097C")]
588 {
589 [global::Cpp2ILInjected.Token(Token = "0x6004865")]
590 [global::Cpp2ILInjected.Address(RVA = "0x82270C", Offset = "0x82270C", Length = "0x2C")]
591 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
592 {
593 typeof(int),
595 }, ReturnType = typeof(SegmentInforReport))]
596 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
597 {
598 typeof(int),
600 }, ReturnType = typeof(SegmentInforReport))]
601 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_SantaItemExample", MemberParameters = new object[]
602 {
603 typeof(int),
605 }, ReturnType = typeof(SegmentInforReport))]
606 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
607 {
608 typeof(int),
610 }, ReturnType = typeof(SegmentInforReport))]
611 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk", MemberParameters = new object[]
612 {
613 typeof(int),
615 }, ReturnType = typeof(SegmentInforReport))]
616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
617 {
618 typeof(int),
620 }, ReturnType = typeof(SegmentInforReport))]
621 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
622 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
624 {
625 throw null;
626 }
627
628 [global::Cpp2ILInjected.Token(Token = "0x6004866")]
629 [global::Cpp2ILInjected.Address(RVA = "0x822738", Offset = "0x822738", Length = "0x4")]
630 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
631 public void BindTo(NPC obj)
632 {
633 throw null;
634 }
635
636 [global::Cpp2ILInjected.Token(Token = "0x17000834")]
638 {
639 [global::Cpp2ILInjected.Token(Token = "0x6004867")]
640 [global::Cpp2ILInjected.Address(RVA = "0x82273C", Offset = "0x82273C", Length = "0x8")]
641 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
642 get
643 {
644 throw null;
645 }
646 }
647
648 [global::Cpp2ILInjected.Token(Token = "0x6004868")]
649 [global::Cpp2ILInjected.Address(RVA = "0x822744", Offset = "0x822744", Length = "0x8")]
650 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
651 public void SetDelay(float delay)
652 {
653 throw null;
654 }
655
656 [global::Cpp2ILInjected.Token(Token = "0x6004869")]
657 [global::Cpp2ILInjected.Address(RVA = "0x82274C", Offset = "0x82274C", Length = "0x11C")]
658 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
659 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
660 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
661 public void ApplyTo(NPC obj, float localTimeForObj)
662 {
663 throw null;
664 }
665
666 [global::Cpp2ILInjected.Token(Token = "0x600486A")]
667 [global::Cpp2ILInjected.Address(RVA = "0x822868", Offset = "0x822868", Length = "0x24")]
668 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
669 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
671 {
672 throw null;
673 }
674
675 [global::Cpp2ILInjected.Token(Token = "0x40083CA")]
676 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
677 private int _itemIdToShow;
678
679 [global::Cpp2ILInjected.Token(Token = "0x40083CB")]
680 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
681 private int _duration;
682
683 [global::Cpp2ILInjected.Token(Token = "0x40083CC")]
684 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
685 private float _delay;
686 }
687
688 [global::Cpp2ILInjected.Token(Token = "0x200097D")]
690 {
691 [global::Cpp2ILInjected.Token(Token = "0x600486B")]
692 [global::Cpp2ILInjected.Address(RVA = "0x82288C", Offset = "0x82288C", Length = "0x3C")]
693 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "AddWavingNPC", MemberParameters = new object[]
694 {
695 typeof(int),
697 typeof(int),
698 typeof(int),
699 typeof(int),
700 typeof(int)
701 }, ReturnType = typeof(void))]
702 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
703 {
704 typeof(int),
706 }, ReturnType = typeof(SegmentInforReport))]
707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
708 {
709 typeof(int),
711 }, ReturnType = typeof(SegmentInforReport))]
712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
713 {
714 typeof(int),
716 }, ReturnType = typeof(SegmentInforReport))]
717 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
718 {
719 typeof(int),
721 }, ReturnType = typeof(SegmentInforReport))]
722 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
723 {
724 typeof(int),
726 }, ReturnType = typeof(SegmentInforReport))]
727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_GuideRunningFromZombie", MemberParameters = new object[]
728 {
729 typeof(int),
731 }, ReturnType = typeof(SegmentInforReport))]
732 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer", MemberParameters = new object[]
733 {
734 typeof(int),
736 }, ReturnType = typeof(SegmentInforReport))]
737 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
738 {
739 typeof(int),
741 }, ReturnType = typeof(SegmentInforReport))]
742 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
743 {
744 typeof(int),
746 }, ReturnType = typeof(SegmentInforReport))]
747 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DemolitionistAndArmsDealerArguingThenNurseComes", MemberParameters = new object[]
748 {
749 typeof(int),
751 }, ReturnType = typeof(SegmentInforReport))]
752 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_TinkererAndMechanic", MemberParameters = new object[]
753 {
754 typeof(int),
756 }, ReturnType = typeof(SegmentInforReport))]
757 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_ClothierChasingTruffle", MemberParameters = new object[]
758 {
759 typeof(int),
761 }, ReturnType = typeof(SegmentInforReport))]
762 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 92)]
763 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
765 {
766 throw null;
767 }
768
769 [global::Cpp2ILInjected.Token(Token = "0x600486C")]
770 [global::Cpp2ILInjected.Address(RVA = "0x8228C8", Offset = "0x8228C8", Length = "0x4")]
771 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
772 public void BindTo(NPC obj)
773 {
774 throw null;
775 }
776
777 [global::Cpp2ILInjected.Token(Token = "0x17000835")]
779 {
780 [global::Cpp2ILInjected.Token(Token = "0x600486D")]
781 [global::Cpp2ILInjected.Address(RVA = "0x8228CC", Offset = "0x8228CC", Length = "0x8")]
782 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
783 get
784 {
785 throw null;
786 }
787 }
788
789 [global::Cpp2ILInjected.Token(Token = "0x600486E")]
790 [global::Cpp2ILInjected.Address(RVA = "0x8228D4", Offset = "0x8228D4", Length = "0x8")]
791 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
792 public void SetDelay(float delay)
793 {
794 throw null;
795 }
796
797 [global::Cpp2ILInjected.Token(Token = "0x600486F")]
798 [global::Cpp2ILInjected.Address(RVA = "0x8228DC", Offset = "0x8228DC", Length = "0xEC")]
799 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
800 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
801 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
802 {
804 typeof(float)
805 }, ReturnType = typeof(Vector2))]
806 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
807 {
810 }, ReturnType = typeof(Vector2))]
811 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
812 public void ApplyTo(NPC obj, float localTimeForObj)
813 {
814 throw null;
815 }
816
817 [global::Cpp2ILInjected.Token(Token = "0x40083CD")]
818 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
820
821 [global::Cpp2ILInjected.Token(Token = "0x40083CE")]
822 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
823 private int _duration;
824
825 [global::Cpp2ILInjected.Token(Token = "0x40083CF")]
826 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
827 private float _delay;
828 }
829
830 [global::Cpp2ILInjected.Token(Token = "0x200097E")]
832 {
833 [global::Cpp2ILInjected.Token(Token = "0x6004870")]
834 [global::Cpp2ILInjected.Address(RVA = "0x8229C8", Offset = "0x8229C8", Length = "0x50")]
835 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "AddWavingNPC", MemberParameters = new object[]
836 {
837 typeof(int),
839 typeof(int),
840 typeof(int),
841 typeof(int),
842 typeof(int)
843 }, ReturnType = typeof(void))]
844 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
845 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
850
851 [global::Cpp2ILInjected.Token(Token = "0x6004871")]
852 [global::Cpp2ILInjected.Address(RVA = "0x822A18", Offset = "0x822A18", Length = "0x4")]
853 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
854 public void BindTo(NPC obj)
855 {
856 throw null;
857 }
858
859 [global::Cpp2ILInjected.Token(Token = "0x17000836")]
861 {
862 [global::Cpp2ILInjected.Token(Token = "0x6004872")]
863 [global::Cpp2ILInjected.Address(RVA = "0x822A1C", Offset = "0x822A1C", Length = "0x8")]
864 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
865 get
866 {
867 throw null;
868 }
869 }
870
871 [global::Cpp2ILInjected.Token(Token = "0x6004873")]
872 [global::Cpp2ILInjected.Address(RVA = "0x822A24", Offset = "0x822A24", Length = "0x8")]
873 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
874 public void SetDelay(float delay)
875 {
876 throw null;
877 }
878
879 [global::Cpp2ILInjected.Token(Token = "0x6004874")]
880 [global::Cpp2ILInjected.Address(RVA = "0x822A2C", Offset = "0x822A2C", Length = "0x144")]
881 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
882 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
883 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
884 {
886 typeof(float)
887 }, ReturnType = typeof(Vector2))]
888 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
889 {
892 }, ReturnType = typeof(Vector2))]
893 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
894 public void ApplyTo(NPC obj, float localTimeForObj)
895 {
896 throw null;
897 }
898
899 [global::Cpp2ILInjected.Token(Token = "0x40083D0")]
900 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
902
903 [global::Cpp2ILInjected.Token(Token = "0x40083D1")]
904 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
906
907 [global::Cpp2ILInjected.Token(Token = "0x40083D2")]
908 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
909 private int _duration;
910
911 [global::Cpp2ILInjected.Token(Token = "0x40083D3")]
912 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
913 private float _delay;
914 }
915
916 [global::Cpp2ILInjected.Token(Token = "0x200097F")]
918 {
919 [global::Cpp2ILInjected.Token(Token = "0x6004875")]
920 [global::Cpp2ILInjected.Address(RVA = "0x822B70", Offset = "0x822B70", Length = "0x60")]
921 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
922 {
923 typeof(int),
925 }, ReturnType = typeof(SegmentInforReport))]
926 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
927 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
932
933 [global::Cpp2ILInjected.Token(Token = "0x6004876")]
934 [global::Cpp2ILInjected.Address(RVA = "0x822BD0", Offset = "0x822BD0", Length = "0x4")]
935 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
936 public void BindTo(NPC obj)
937 {
938 throw null;
939 }
940
941 [global::Cpp2ILInjected.Token(Token = "0x17000837")]
943 {
944 [global::Cpp2ILInjected.Token(Token = "0x6004877")]
945 [global::Cpp2ILInjected.Address(RVA = "0x822BD4", Offset = "0x822BD4", Length = "0x8")]
946 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
947 get
948 {
949 throw null;
950 }
951 }
952
953 [global::Cpp2ILInjected.Token(Token = "0x6004878")]
954 [global::Cpp2ILInjected.Address(RVA = "0x822BDC", Offset = "0x822BDC", Length = "0x8")]
955 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
956 public void SetDelay(float delay)
957 {
958 throw null;
959 }
960
961 [global::Cpp2ILInjected.Token(Token = "0x6004879")]
962 [global::Cpp2ILInjected.Address(RVA = "0x822BE4", Offset = "0x822BE4", Length = "0x114")]
963 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
964 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
965 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "RotatedBy", MemberParameters = new object[]
966 {
968 typeof(double),
970 }, ReturnType = typeof(Vector2))]
971 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
972 {
975 }, ReturnType = typeof(Vector2))]
976 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
977 {
980 }, ReturnType = typeof(Vector2))]
981 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
982 public void ApplyTo(NPC obj, float localTimeForObj)
983 {
984 throw null;
985 }
986
987 [global::Cpp2ILInjected.Token(Token = "0x40083D4")]
988 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
990
991 [global::Cpp2ILInjected.Token(Token = "0x40083D5")]
992 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
994
995 [global::Cpp2ILInjected.Token(Token = "0x40083D6")]
996 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
997 private float _radialOffset;
998
999 [global::Cpp2ILInjected.Token(Token = "0x40083D7")]
1000 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
1001 private int _duration;
1002
1003 [global::Cpp2ILInjected.Token(Token = "0x40083D8")]
1004 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
1005 private float _delay;
1006 }
1007
1008 [global::Cpp2ILInjected.Token(Token = "0x2000980")]
1010 {
1011 [global::Cpp2ILInjected.Token(Token = "0x600487A")]
1012 [global::Cpp2ILInjected.Address(RVA = "0x822CF8", Offset = "0x822CF8", Length = "0x28")]
1013 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
1014 {
1015 typeof(int),
1017 }, ReturnType = typeof(SegmentInforReport))]
1018 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1019 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1021 {
1022 throw null;
1023 }
1024
1025 [global::Cpp2ILInjected.Token(Token = "0x600487B")]
1026 [global::Cpp2ILInjected.Address(RVA = "0x822D20", Offset = "0x822D20", Length = "0x4")]
1027 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1028 public void BindTo(NPC obj)
1029 {
1030 throw null;
1031 }
1032
1033 [global::Cpp2ILInjected.Token(Token = "0x17000838")]
1035 {
1036 [global::Cpp2ILInjected.Token(Token = "0x600487C")]
1037 [global::Cpp2ILInjected.Address(RVA = "0x822D24", Offset = "0x822D24", Length = "0x8")]
1038 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1039 get
1040 {
1041 throw null;
1042 }
1043 }
1044
1045 [global::Cpp2ILInjected.Token(Token = "0x600487D")]
1046 [global::Cpp2ILInjected.Address(RVA = "0x822D2C", Offset = "0x822D2C", Length = "0x8")]
1047 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1048 public void SetDelay(float delay)
1049 {
1050 throw null;
1051 }
1052
1053 [global::Cpp2ILInjected.Token(Token = "0x600487E")]
1054 [global::Cpp2ILInjected.Address(RVA = "0x822D34", Offset = "0x822D34", Length = "0xA0")]
1055 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1056 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1057 public void ApplyTo(NPC obj, float localTimeForObj)
1058 {
1059 throw null;
1060 }
1061
1062 [global::Cpp2ILInjected.Token(Token = "0x40083D9")]
1063 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1064 private int _duration;
1065
1066 [global::Cpp2ILInjected.Token(Token = "0x40083DA")]
1067 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
1068 private float _delay;
1069 }
1070
1071 [global::Cpp2ILInjected.Token(Token = "0x2000981")]
1073 {
1074 [global::Cpp2ILInjected.Token(Token = "0x600487F")]
1075 [global::Cpp2ILInjected.Address(RVA = "0x822DD4", Offset = "0x822DD4", Length = "0x28")]
1076 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "AddWavingNPC", MemberParameters = new object[]
1077 {
1078 typeof(int),
1079 typeof(Vector2),
1080 typeof(int),
1081 typeof(int),
1082 typeof(int),
1083 typeof(int)
1084 }, ReturnType = typeof(void))]
1085 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
1086 {
1087 typeof(int),
1089 }, ReturnType = typeof(SegmentInforReport))]
1090 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
1091 {
1092 typeof(int),
1094 }, ReturnType = typeof(SegmentInforReport))]
1095 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
1096 {
1097 typeof(int),
1099 }, ReturnType = typeof(SegmentInforReport))]
1100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
1101 {
1102 typeof(int),
1104 }, ReturnType = typeof(SegmentInforReport))]
1105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_SantaItemExample", MemberParameters = new object[]
1106 {
1107 typeof(int),
1109 }, ReturnType = typeof(SegmentInforReport))]
1110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
1111 {
1112 typeof(int),
1114 }, ReturnType = typeof(SegmentInforReport))]
1115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk", MemberParameters = new object[]
1116 {
1117 typeof(int),
1119 }, ReturnType = typeof(SegmentInforReport))]
1120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_GuideRunningFromZombie", MemberParameters = new object[]
1121 {
1122 typeof(int),
1124 }, ReturnType = typeof(SegmentInforReport))]
1125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
1126 {
1127 typeof(int),
1129 }, ReturnType = typeof(SegmentInforReport))]
1130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
1131 {
1132 typeof(int),
1134 }, ReturnType = typeof(SegmentInforReport))]
1135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DemolitionistAndArmsDealerArguingThenNurseComes", MemberParameters = new object[]
1136 {
1137 typeof(int),
1139 }, ReturnType = typeof(SegmentInforReport))]
1140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_TinkererAndMechanic", MemberParameters = new object[]
1141 {
1142 typeof(int),
1144 }, ReturnType = typeof(SegmentInforReport))]
1145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_ClothierChasingTruffle", MemberParameters = new object[]
1146 {
1147 typeof(int),
1149 }, ReturnType = typeof(SegmentInforReport))]
1150 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 139)]
1151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1153 {
1154 throw null;
1155 }
1156
1157 [global::Cpp2ILInjected.Token(Token = "0x6004880")]
1158 [global::Cpp2ILInjected.Address(RVA = "0x822DFC", Offset = "0x822DFC", Length = "0x4")]
1159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1160 public void BindTo(NPC obj)
1161 {
1162 throw null;
1163 }
1164
1165 [global::Cpp2ILInjected.Token(Token = "0x17000839")]
1167 {
1168 [global::Cpp2ILInjected.Token(Token = "0x6004881")]
1169 [global::Cpp2ILInjected.Address(RVA = "0x822E00", Offset = "0x822E00", Length = "0x8")]
1170 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1171 get
1172 {
1173 throw null;
1174 }
1175 }
1176
1177 [global::Cpp2ILInjected.Token(Token = "0x6004882")]
1178 [global::Cpp2ILInjected.Address(RVA = "0x822E08", Offset = "0x822E08", Length = "0xAC")]
1179 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1180 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1181 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1182 public void ApplyTo(NPC obj, float localTimeForObj)
1183 {
1184 throw null;
1185 }
1186
1187 [global::Cpp2ILInjected.Token(Token = "0x6004883")]
1188 [global::Cpp2ILInjected.Address(RVA = "0x822EB4", Offset = "0x822EB4", Length = "0x8")]
1189 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1190 public void SetDelay(float delay)
1191 {
1192 throw null;
1193 }
1194
1195 [global::Cpp2ILInjected.Token(Token = "0x40083DB")]
1196 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1197 private int _duration;
1198
1199 [global::Cpp2ILInjected.Token(Token = "0x40083DC")]
1200 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
1201 private float _delay;
1202 }
1203
1204 [global::Cpp2ILInjected.Token(Token = "0x2000982")]
1206 {
1207 [global::Cpp2ILInjected.Token(Token = "0x6004884")]
1208 [global::Cpp2ILInjected.Address(RVA = "0x822EBC", Offset = "0x822EBC", Length = "0x28")]
1209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "AddWavingNPC", MemberParameters = new object[]
1210 {
1211 typeof(int),
1212 typeof(Vector2),
1213 typeof(int),
1214 typeof(int),
1215 typeof(int),
1216 typeof(int)
1217 }, ReturnType = typeof(void))]
1218 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1219 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1221 {
1222 throw null;
1223 }
1224
1225 [global::Cpp2ILInjected.Token(Token = "0x6004885")]
1226 [global::Cpp2ILInjected.Address(RVA = "0x822EE4", Offset = "0x822EE4", Length = "0x4")]
1227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1228 public void BindTo(NPC obj)
1229 {
1230 throw null;
1231 }
1232
1233 [global::Cpp2ILInjected.Token(Token = "0x1700083A")]
1235 {
1236 [global::Cpp2ILInjected.Token(Token = "0x6004886")]
1237 [global::Cpp2ILInjected.Address(RVA = "0x822EE8", Offset = "0x822EE8", Length = "0x8")]
1238 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1239 get
1240 {
1241 throw null;
1242 }
1243 }
1244
1245 [global::Cpp2ILInjected.Token(Token = "0x6004887")]
1246 [global::Cpp2ILInjected.Address(RVA = "0x822EF0", Offset = "0x822EF0", Length = "0xE0")]
1247 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1248 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1249 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1250 public void ApplyTo(NPC obj, float localTimeForObj)
1251 {
1252 throw null;
1253 }
1254
1255 [global::Cpp2ILInjected.Token(Token = "0x6004888")]
1256 [global::Cpp2ILInjected.Address(RVA = "0x822FD0", Offset = "0x822FD0", Length = "0x8")]
1257 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1258 public void SetDelay(float delay)
1259 {
1260 throw null;
1261 }
1262
1263 [global::Cpp2ILInjected.Token(Token = "0x40083DD")]
1264 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1265 private int _duration;
1266
1267 [global::Cpp2ILInjected.Token(Token = "0x40083DE")]
1268 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
1269 private float _delay;
1270 }
1271
1272 [global::Cpp2ILInjected.Token(Token = "0x2000983")]
1274 {
1275 [global::Cpp2ILInjected.Token(Token = "0x6004889")]
1276 [global::Cpp2ILInjected.Address(RVA = "0x822FD8", Offset = "0x822FD8", Length = "0x28")]
1277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "AddWavingNPC", MemberParameters = new object[]
1278 {
1279 typeof(int),
1280 typeof(Vector2),
1281 typeof(int),
1282 typeof(int),
1283 typeof(int),
1284 typeof(int)
1285 }, ReturnType = typeof(void))]
1286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
1287 {
1288 typeof(int),
1290 }, ReturnType = typeof(SegmentInforReport))]
1291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
1292 {
1293 typeof(int),
1295 }, ReturnType = typeof(SegmentInforReport))]
1296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
1297 {
1298 typeof(int),
1300 }, ReturnType = typeof(SegmentInforReport))]
1301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
1302 {
1303 typeof(int),
1305 }, ReturnType = typeof(SegmentInforReport))]
1306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
1307 {
1308 typeof(int),
1310 }, ReturnType = typeof(SegmentInforReport))]
1311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk", MemberParameters = new object[]
1312 {
1313 typeof(int),
1315 }, ReturnType = typeof(SegmentInforReport))]
1316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
1317 {
1318 typeof(int),
1320 }, ReturnType = typeof(SegmentInforReport))]
1321 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
1322 {
1323 typeof(int),
1325 }, ReturnType = typeof(SegmentInforReport))]
1326 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DemolitionistAndArmsDealerArguingThenNurseComes", MemberParameters = new object[]
1327 {
1328 typeof(int),
1330 }, ReturnType = typeof(SegmentInforReport))]
1331 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_TinkererAndMechanic", MemberParameters = new object[]
1332 {
1333 typeof(int),
1335 }, ReturnType = typeof(SegmentInforReport))]
1336 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_ClothierChasingTruffle", MemberParameters = new object[]
1337 {
1338 typeof(int),
1340 }, ReturnType = typeof(SegmentInforReport))]
1341 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 36)]
1342 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1343 public LookAt(int direction)
1344 {
1345 throw null;
1346 }
1347
1348 [global::Cpp2ILInjected.Token(Token = "0x600488A")]
1349 [global::Cpp2ILInjected.Address(RVA = "0x823000", Offset = "0x823000", Length = "0x4")]
1350 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1351 public void BindTo(NPC obj)
1352 {
1353 throw null;
1354 }
1355
1356 [global::Cpp2ILInjected.Token(Token = "0x1700083B")]
1358 {
1359 [global::Cpp2ILInjected.Token(Token = "0x600488B")]
1360 [global::Cpp2ILInjected.Address(RVA = "0x823004", Offset = "0x823004", Length = "0x8")]
1361 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1362 get
1363 {
1364 throw null;
1365 }
1366 }
1367
1368 [global::Cpp2ILInjected.Token(Token = "0x600488C")]
1369 [global::Cpp2ILInjected.Address(RVA = "0x82300C", Offset = "0x82300C", Length = "0x1C")]
1370 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1371 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1372 public void ApplyTo(NPC obj, float localTimeForObj)
1373 {
1374 throw null;
1375 }
1376
1377 [global::Cpp2ILInjected.Token(Token = "0x600488D")]
1378 [global::Cpp2ILInjected.Address(RVA = "0x823028", Offset = "0x823028", Length = "0x8")]
1379 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1380 public void SetDelay(float delay)
1381 {
1382 throw null;
1383 }
1384
1385 [global::Cpp2ILInjected.Token(Token = "0x40083DF")]
1386 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1387 private int _direction;
1388
1389 [global::Cpp2ILInjected.Token(Token = "0x40083E0")]
1390 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
1391 private float _delay;
1392 }
1393
1394 [global::Cpp2ILInjected.Token(Token = "0x2000984")]
1396 {
1397 [global::Cpp2ILInjected.Token(Token = "0x600488E")]
1398 [global::Cpp2ILInjected.Address(RVA = "0x823030", Offset = "0x823030", Length = "0x8")]
1399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "AddWavingNPC", MemberParameters = new object[]
1400 {
1401 typeof(int),
1402 typeof(Vector2),
1403 typeof(int),
1404 typeof(int),
1405 typeof(int),
1406 typeof(int)
1407 }, ReturnType = typeof(void))]
1408 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
1409 {
1410 typeof(int),
1412 }, ReturnType = typeof(SegmentInforReport))]
1413 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
1414 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1415 public PartyHard()
1416 {
1417 throw null;
1418 }
1419
1420 [global::Cpp2ILInjected.Token(Token = "0x600488F")]
1421 [global::Cpp2ILInjected.Address(RVA = "0x823038", Offset = "0x823038", Length = "0x14")]
1422 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1423 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "UpdateAltTexture", ReturnType = typeof(void))]
1424 public void BindTo(NPC obj)
1425 {
1426 throw null;
1427 }
1428
1429 [global::Cpp2ILInjected.Token(Token = "0x1700083C")]
1431 {
1432 [global::Cpp2ILInjected.Token(Token = "0x6004890")]
1433 [global::Cpp2ILInjected.Address(RVA = "0x82304C", Offset = "0x82304C", Length = "0x8")]
1434 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1435 get
1436 {
1437 throw null;
1438 }
1439 }
1440
1441 [global::Cpp2ILInjected.Token(Token = "0x6004891")]
1442 [global::Cpp2ILInjected.Address(RVA = "0x823054", Offset = "0x823054", Length = "0x4")]
1443 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1444 public void ApplyTo(NPC obj, float localTimeForObj)
1445 {
1446 throw null;
1447 }
1448
1449 [global::Cpp2ILInjected.Token(Token = "0x6004892")]
1450 [global::Cpp2ILInjected.Address(RVA = "0x823058", Offset = "0x823058", Length = "0x4")]
1451 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1452 public void SetDelay(float delay)
1453 {
1454 throw null;
1455 }
1456 }
1457
1458 [global::Cpp2ILInjected.Token(Token = "0x2000985")]
1460 {
1461 [global::Cpp2ILInjected.Token(Token = "0x6004893")]
1462 [global::Cpp2ILInjected.Address(RVA = "0x82305C", Offset = "0x82305C", Length = "0x28")]
1463 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer", MemberParameters = new object[]
1464 {
1465 typeof(int),
1467 }, ReturnType = typeof(SegmentInforReport))]
1468 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1469 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1470 public ForceAltTexture(int altTexture)
1471 {
1472 throw null;
1473 }
1474
1475 [global::Cpp2ILInjected.Token(Token = "0x6004894")]
1476 [global::Cpp2ILInjected.Address(RVA = "0x823084", Offset = "0x823084", Length = "0xC")]
1477 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1478 public void BindTo(NPC obj)
1479 {
1480 throw null;
1481 }
1482
1483 [global::Cpp2ILInjected.Token(Token = "0x1700083D")]
1485 {
1486 [global::Cpp2ILInjected.Token(Token = "0x6004895")]
1487 [global::Cpp2ILInjected.Address(RVA = "0x823090", Offset = "0x823090", Length = "0x8")]
1488 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1489 get
1490 {
1491 throw null;
1492 }
1493 }
1494
1495 [global::Cpp2ILInjected.Token(Token = "0x6004896")]
1496 [global::Cpp2ILInjected.Address(RVA = "0x823098", Offset = "0x823098", Length = "0x4")]
1497 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1498 public void ApplyTo(NPC obj, float localTimeForObj)
1499 {
1500 throw null;
1501 }
1502
1503 [global::Cpp2ILInjected.Token(Token = "0x6004897")]
1504 [global::Cpp2ILInjected.Address(RVA = "0x82309C", Offset = "0x82309C", Length = "0x4")]
1505 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1506 public void SetDelay(float delay)
1507 {
1508 throw null;
1509 }
1510
1511 [global::Cpp2ILInjected.Token(Token = "0x40083E1")]
1512 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1513 private int _altTexture;
1514 }
1515
1516 [global::Cpp2ILInjected.Token(Token = "0x2000986")]
1518 {
1519 [global::Cpp2ILInjected.Token(Token = "0x6004898")]
1520 [global::Cpp2ILInjected.Address(RVA = "0x8230A0", Offset = "0x8230A0", Length = "0x28")]
1521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
1522 {
1523 typeof(int),
1525 }, ReturnType = typeof(SegmentInforReport))]
1526 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer", MemberParameters = new object[]
1527 {
1528 typeof(int),
1530 }, ReturnType = typeof(SegmentInforReport))]
1531 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
1532 {
1533 typeof(int),
1535 }, ReturnType = typeof(SegmentInforReport))]
1536 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
1537 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1538 public Variant(int variant)
1539 {
1540 throw null;
1541 }
1542
1543 [global::Cpp2ILInjected.Token(Token = "0x6004899")]
1544 [global::Cpp2ILInjected.Address(RVA = "0x8230C8", Offset = "0x8230C8", Length = "0xC")]
1545 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1546 public void BindTo(NPC obj)
1547 {
1548 throw null;
1549 }
1550
1551 [global::Cpp2ILInjected.Token(Token = "0x1700083E")]
1553 {
1554 [global::Cpp2ILInjected.Token(Token = "0x600489A")]
1555 [global::Cpp2ILInjected.Address(RVA = "0x8230D4", Offset = "0x8230D4", Length = "0x8")]
1556 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1557 get
1558 {
1559 throw null;
1560 }
1561 }
1562
1563 [global::Cpp2ILInjected.Token(Token = "0x600489B")]
1564 [global::Cpp2ILInjected.Address(RVA = "0x8230DC", Offset = "0x8230DC", Length = "0x4")]
1565 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1566 public void ApplyTo(NPC obj, float localTimeForObj)
1567 {
1568 throw null;
1569 }
1570
1571 [global::Cpp2ILInjected.Token(Token = "0x600489C")]
1572 [global::Cpp2ILInjected.Address(RVA = "0x8230E0", Offset = "0x8230E0", Length = "0x4")]
1573 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1574 public void SetDelay(float delay)
1575 {
1576 throw null;
1577 }
1578
1579 [global::Cpp2ILInjected.Token(Token = "0x40083E2")]
1580 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1581 private int _variant;
1582 }
1583
1584 [global::Cpp2ILInjected.Token(Token = "0x2000987")]
1586 {
1587 [global::Cpp2ILInjected.Token(Token = "0x600489D")]
1588 [global::Cpp2ILInjected.Address(RVA = "0x8230E4", Offset = "0x8230E4", Length = "0x70")]
1589 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_GuideRunningFromZombie", MemberParameters = new object[]
1590 {
1591 typeof(int),
1593 }, ReturnType = typeof(SegmentInforReport))]
1594 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1595 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
1596 {
1597 typeof(float),
1598 typeof(float)
1599 }, ReturnType = typeof(void))]
1600 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1602 {
1603 throw null;
1604 }
1605
1606 [global::Cpp2ILInjected.Token(Token = "0x600489E")]
1607 [global::Cpp2ILInjected.Address(RVA = "0x823154", Offset = "0x823154", Length = "0x4")]
1608 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1609 public void BindTo(NPC obj)
1610 {
1611 throw null;
1612 }
1613
1614 [global::Cpp2ILInjected.Token(Token = "0x1700083F")]
1616 {
1617 [global::Cpp2ILInjected.Token(Token = "0x600489F")]
1618 [global::Cpp2ILInjected.Address(RVA = "0x823158", Offset = "0x823158", Length = "0x8")]
1619 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1620 get
1621 {
1622 throw null;
1623 }
1624 }
1625
1626 [global::Cpp2ILInjected.Token(Token = "0x60048A0")]
1627 [global::Cpp2ILInjected.Address(RVA = "0x823160", Offset = "0x823160", Length = "0x8")]
1628 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1629 public void SetDelay(float delay)
1630 {
1631 throw null;
1632 }
1633
1634 [global::Cpp2ILInjected.Token(Token = "0x60048A1")]
1635 [global::Cpp2ILInjected.Address(RVA = "0x823168", Offset = "0x823168", Length = "0x14C")]
1636 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1637 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1638 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Subtraction", MemberParameters = new object[]
1639 {
1640 typeof(Vector2),
1642 }, ReturnType = typeof(Vector2))]
1643 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
1644 {
1645 typeof(Vector2),
1647 }, ReturnType = typeof(Vector2))]
1648 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1649 public void ApplyTo(NPC obj, float localTimeForObj)
1650 {
1651 throw null;
1652 }
1653
1654 [global::Cpp2ILInjected.Token(Token = "0x40083E3")]
1655 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1656 private int _duration;
1657
1658 [global::Cpp2ILInjected.Token(Token = "0x40083E4")]
1659 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
1660 private float _delay;
1661
1662 [global::Cpp2ILInjected.Token(Token = "0x40083E5")]
1663 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
1665
1666 [global::Cpp2ILInjected.Token(Token = "0x40083E6")]
1667 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
1669 }
1670 }
1671
1672 [global::Cpp2ILInjected.Token(Token = "0x2000988")]
1673 public class Sprites
1674 {
1675 [global::Cpp2ILInjected.Token(Token = "0x60048A2")]
1676 [global::Cpp2ILInjected.Address(RVA = "0x8232B4", Offset = "0x8232B4", Length = "0x8")]
1677 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1678 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1679 public Sprites()
1680 {
1681 throw null;
1682 }
1683
1684 [global::Cpp2ILInjected.Token(Token = "0x2000989")]
1685 public interface ISpriteAction : IAnimationSegmentAction<Segments.LooseSprite>
1686 {
1687 }
1688
1689 [global::Cpp2ILInjected.Token(Token = "0x200098A")]
1690 public class Fade : Actions.Sprites.ISpriteAction, IAnimationSegmentAction<Segments.LooseSprite>
1691 {
1692 [global::Cpp2ILInjected.Token(Token = "0x60048A3")]
1693 [global::Cpp2ILInjected.Address(RVA = "0x8232BC", Offset = "0x8232BC", Length = "0x2C")]
1694 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_PrincessAndEveryoneThanksPlayer", MemberParameters = new object[]
1695 {
1696 typeof(int),
1698 }, ReturnType = typeof(SegmentInforReport))]
1699 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
1700 {
1701 typeof(int),
1703 }, ReturnType = typeof(SegmentInforReport))]
1704 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SteampunkerRepairingCyborg", MemberParameters = new object[]
1705 {
1706 typeof(int),
1708 }, ReturnType = typeof(SegmentInforReport))]
1709 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
1710 {
1711 typeof(int),
1713 }, ReturnType = typeof(SegmentInforReport))]
1714 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
1715 {
1716 typeof(int),
1718 }, ReturnType = typeof(SegmentInforReport))]
1719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
1720 {
1721 typeof(int),
1723 }, ReturnType = typeof(SegmentInforReport))]
1724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
1725 {
1726 typeof(int),
1728 }, ReturnType = typeof(SegmentInforReport))]
1729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk", MemberParameters = new object[]
1730 {
1731 typeof(int),
1733 }, ReturnType = typeof(SegmentInforReport))]
1734 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_GuideRunningFromZombie", MemberParameters = new object[]
1735 {
1736 typeof(int),
1738 }, ReturnType = typeof(SegmentInforReport))]
1739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer", MemberParameters = new object[]
1740 {
1741 typeof(int),
1743 }, ReturnType = typeof(SegmentInforReport))]
1744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
1745 {
1746 typeof(int),
1748 }, ReturnType = typeof(SegmentInforReport))]
1749 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
1750 {
1751 typeof(int),
1753 }, ReturnType = typeof(SegmentInforReport))]
1754 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DemolitionistAndArmsDealerArguingThenNurseComes", MemberParameters = new object[]
1755 {
1756 typeof(int),
1758 }, ReturnType = typeof(SegmentInforReport))]
1759 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_TinkererAndMechanic", MemberParameters = new object[]
1760 {
1761 typeof(int),
1763 }, ReturnType = typeof(SegmentInforReport))]
1764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_ClothierChasingTruffle", MemberParameters = new object[]
1765 {
1766 typeof(int),
1768 }, ReturnType = typeof(SegmentInforReport))]
1769 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 30)]
1770 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1771 public Fade(float opacityTarget)
1772 {
1773 throw null;
1774 }
1775
1776 [global::Cpp2ILInjected.Token(Token = "0x60048A4")]
1777 [global::Cpp2ILInjected.Address(RVA = "0x8232E8", Offset = "0x8232E8", Length = "0x38")]
1778 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_PrincessAndEveryoneThanksPlayer", MemberParameters = new object[]
1779 {
1780 typeof(int),
1782 }, ReturnType = typeof(SegmentInforReport))]
1783 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_GuideEmotingAtRainbowPanel", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(SegmentInforReport))]
1784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
1785 {
1786 typeof(int),
1788 }, ReturnType = typeof(SegmentInforReport))]
1789 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SteampunkerRepairingCyborg", MemberParameters = new object[]
1790 {
1791 typeof(int),
1793 }, ReturnType = typeof(SegmentInforReport))]
1794 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
1795 {
1796 typeof(int),
1798 }, ReturnType = typeof(SegmentInforReport))]
1799 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
1800 {
1801 typeof(int),
1803 }, ReturnType = typeof(SegmentInforReport))]
1804 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
1805 {
1806 typeof(int),
1808 }, ReturnType = typeof(SegmentInforReport))]
1809 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
1810 {
1811 typeof(int),
1813 }, ReturnType = typeof(SegmentInforReport))]
1814 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk", MemberParameters = new object[]
1815 {
1816 typeof(int),
1818 }, ReturnType = typeof(SegmentInforReport))]
1819 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_GuideRunningFromZombie", MemberParameters = new object[]
1820 {
1821 typeof(int),
1823 }, ReturnType = typeof(SegmentInforReport))]
1824 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer", MemberParameters = new object[]
1825 {
1826 typeof(int),
1828 }, ReturnType = typeof(SegmentInforReport))]
1829 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
1830 {
1831 typeof(int),
1833 }, ReturnType = typeof(SegmentInforReport))]
1834 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
1835 {
1836 typeof(int),
1838 }, ReturnType = typeof(SegmentInforReport))]
1839 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DemolitionistAndArmsDealerArguingThenNurseComes", MemberParameters = new object[]
1840 {
1841 typeof(int),
1843 }, ReturnType = typeof(SegmentInforReport))]
1844 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_TinkererAndMechanic", MemberParameters = new object[]
1845 {
1846 typeof(int),
1848 }, ReturnType = typeof(SegmentInforReport))]
1849 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_ClothierChasingTruffle", MemberParameters = new object[]
1850 {
1851 typeof(int),
1853 }, ReturnType = typeof(SegmentInforReport))]
1854 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 58)]
1855 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1856 public Fade(float opacityTarget, int duration)
1857 {
1858 throw null;
1859 }
1860
1861 [global::Cpp2ILInjected.Token(Token = "0x60048A5")]
1862 [global::Cpp2ILInjected.Address(RVA = "0x823320", Offset = "0x823320", Length = "0x4")]
1863 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1865 {
1866 throw null;
1867 }
1868
1869 [global::Cpp2ILInjected.Token(Token = "0x17000840")]
1871 {
1872 [global::Cpp2ILInjected.Token(Token = "0x60048A6")]
1873 [global::Cpp2ILInjected.Address(RVA = "0x823324", Offset = "0x823324", Length = "0x8")]
1874 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1875 get
1876 {
1877 throw null;
1878 }
1879 }
1880
1881 [global::Cpp2ILInjected.Token(Token = "0x60048A7")]
1882 [global::Cpp2ILInjected.Address(RVA = "0x82332C", Offset = "0x82332C", Length = "0x8")]
1883 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1884 public void SetDelay(float delay)
1885 {
1886 throw null;
1887 }
1888
1889 [global::Cpp2ILInjected.Token(Token = "0x60048A8")]
1890 [global::Cpp2ILInjected.Address(RVA = "0x823334", Offset = "0x823334", Length = "0xD0")]
1891 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1892 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1893 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "GetLerpValue", MemberParameters = new object[]
1894 {
1895 typeof(float),
1896 typeof(float),
1897 typeof(float),
1898 typeof(bool)
1899 }, ReturnType = typeof(float))]
1900 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MathHelper), Member = "Lerp", MemberParameters = new object[]
1901 {
1902 typeof(float),
1903 typeof(float),
1904 typeof(float)
1905 }, ReturnType = typeof(float))]
1906 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1908 {
1909 throw null;
1910 }
1911
1912 [global::Cpp2ILInjected.Token(Token = "0x40083E7")]
1913 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1914 private int _duration;
1915
1916 [global::Cpp2ILInjected.Token(Token = "0x40083E8")]
1917 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
1918 private float _opacityTarget;
1919
1920 [global::Cpp2ILInjected.Token(Token = "0x40083E9")]
1921 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
1922 private float _delay;
1923 }
1924
1925 [global::Cpp2ILInjected.Token(Token = "0x200098B")]
1926 public abstract class AScale : Actions.Sprites.ISpriteAction, IAnimationSegmentAction<Segments.LooseSprite>
1927 {
1928 [global::Cpp2ILInjected.Token(Token = "0x60048A9")]
1929 [global::Cpp2ILInjected.Address(RVA = "0x823404", Offset = "0x823404", Length = "0x30")]
1930 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1931 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1933 {
1934 throw null;
1935 }
1936
1937 [global::Cpp2ILInjected.Token(Token = "0x60048AA")]
1938 [global::Cpp2ILInjected.Address(RVA = "0x823434", Offset = "0x823434", Length = "0x3C")]
1939 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1940 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1941 public AScale(Vector2 scaleTarget, int duration)
1942 {
1943 throw null;
1944 }
1945
1946 [global::Cpp2ILInjected.Token(Token = "0x60048AB")]
1947 [global::Cpp2ILInjected.Address(RVA = "0x823470", Offset = "0x823470", Length = "0x4")]
1948 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1950 {
1951 throw null;
1952 }
1953
1954 [global::Cpp2ILInjected.Token(Token = "0x17000841")]
1956 {
1957 [global::Cpp2ILInjected.Token(Token = "0x60048AC")]
1958 [global::Cpp2ILInjected.Address(RVA = "0x823474", Offset = "0x823474", Length = "0x8")]
1959 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1960 get
1961 {
1962 throw null;
1963 }
1964 }
1965
1966 [global::Cpp2ILInjected.Token(Token = "0x60048AD")]
1967 [global::Cpp2ILInjected.Address(RVA = "0x82347C", Offset = "0x82347C", Length = "0x8")]
1968 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1969 public void SetDelay(float delay)
1970 {
1971 throw null;
1972 }
1973
1974 [global::Cpp2ILInjected.Token(Token = "0x60048AE")]
1975 [global::Cpp2ILInjected.Address(RVA = "0x823484", Offset = "0x823484", Length = "0xDC")]
1976 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1977 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1978 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "Lerp", MemberParameters = new object[]
1979 {
1980 typeof(Vector2),
1981 typeof(Vector2),
1982 typeof(float)
1983 }, ReturnType = typeof(Vector2))]
1984 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1986 {
1987 throw null;
1988 }
1989
1990 [global::Cpp2ILInjected.Token(Token = "0x60048AF")]
1991 protected abstract float GetProgress(float durationInFramesToApply);
1992
1993 [global::Cpp2ILInjected.Token(Token = "0x40083EA")]
1994 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1995 protected int Duration;
1996
1997 [global::Cpp2ILInjected.Token(Token = "0x40083EB")]
1998 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
2000
2001 [global::Cpp2ILInjected.Token(Token = "0x40083EC")]
2002 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
2003 private float _delay;
2004 }
2005
2006 [global::Cpp2ILInjected.Token(Token = "0x200098C")]
2008 {
2009 [global::Cpp2ILInjected.Token(Token = "0x60048B0")]
2010 [global::Cpp2ILInjected.Address(RVA = "0x823560", Offset = "0x823560", Length = "0x30")]
2011 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2012 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2014 {
2015 throw null;
2016 }
2017
2018 [global::Cpp2ILInjected.Token(Token = "0x60048B1")]
2019 [global::Cpp2ILInjected.Address(RVA = "0x823590", Offset = "0x823590", Length = "0x3C")]
2020 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2021 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2022 public LinearScale(Vector2 scaleTarget, int duration)
2023 {
2024 throw null;
2025 }
2026
2027 [global::Cpp2ILInjected.Token(Token = "0x60048B2")]
2028 [global::Cpp2ILInjected.Address(RVA = "0x8235CC", Offset = "0x8235CC", Length = "0x74")]
2029 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2030 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2031 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "GetLerpValue", MemberParameters = new object[]
2032 {
2033 typeof(float),
2034 typeof(float),
2035 typeof(float),
2036 typeof(bool)
2037 }, ReturnType = typeof(float))]
2038 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2039 protected override float GetProgress(float durationInFramesToApply)
2040 {
2041 throw null;
2042 }
2043 }
2044
2045 [global::Cpp2ILInjected.Token(Token = "0x200098D")]
2047 {
2048 [global::Cpp2ILInjected.Token(Token = "0x60048B3")]
2049 [global::Cpp2ILInjected.Address(RVA = "0x823640", Offset = "0x823640", Length = "0x30")]
2050 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StardewValleyAnimation), Member = "ComposeAnimation", ReturnType = typeof(void))]
2051 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
2052 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2054 {
2055 throw null;
2056 }
2057
2058 [global::Cpp2ILInjected.Token(Token = "0x60048B4")]
2059 [global::Cpp2ILInjected.Address(RVA = "0x823670", Offset = "0x823670", Length = "0x3C")]
2060 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StardewValleyAnimation), Member = "ComposeAnimation", ReturnType = typeof(void))]
2061 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
2062 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2063 public OutCircleScale(Vector2 scaleTarget, int duration)
2064 {
2065 throw null;
2066 }
2067
2068 [global::Cpp2ILInjected.Token(Token = "0x60048B5")]
2069 [global::Cpp2ILInjected.Address(RVA = "0x8236AC", Offset = "0x8236AC", Length = "0xB4")]
2070 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2071 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2072 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "GetLerpValue", MemberParameters = new object[]
2073 {
2074 typeof(float),
2075 typeof(float),
2076 typeof(float),
2077 typeof(bool)
2078 }, ReturnType = typeof(float))]
2079 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
2080 protected override float GetProgress(float durationInFramesToApply)
2081 {
2082 throw null;
2083 }
2084 }
2085
2086 [global::Cpp2ILInjected.Token(Token = "0x200098E")]
2087 public class Wait : Actions.Sprites.ISpriteAction, IAnimationSegmentAction<Segments.LooseSprite>
2088 {
2089 [global::Cpp2ILInjected.Token(Token = "0x60048B6")]
2090 [global::Cpp2ILInjected.Address(RVA = "0x823760", Offset = "0x823760", Length = "0x28")]
2091 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StardewValleyAnimation), Member = "ComposeAnimation", ReturnType = typeof(void))]
2092 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_PrincessAndEveryoneThanksPlayer", MemberParameters = new object[]
2093 {
2094 typeof(int),
2096 }, ReturnType = typeof(SegmentInforReport))]
2097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_GuideEmotingAtRainbowPanel", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(SegmentInforReport))]
2098 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
2099 {
2100 typeof(int),
2102 }, ReturnType = typeof(SegmentInforReport))]
2103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SteampunkerRepairingCyborg", MemberParameters = new object[]
2104 {
2105 typeof(int),
2107 }, ReturnType = typeof(SegmentInforReport))]
2108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
2109 {
2110 typeof(int),
2112 }, ReturnType = typeof(SegmentInforReport))]
2113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
2114 {
2115 typeof(int),
2117 }, ReturnType = typeof(SegmentInforReport))]
2118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
2119 {
2120 typeof(int),
2122 }, ReturnType = typeof(SegmentInforReport))]
2123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
2124 {
2125 typeof(int),
2127 }, ReturnType = typeof(SegmentInforReport))]
2128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk", MemberParameters = new object[]
2129 {
2130 typeof(int),
2132 }, ReturnType = typeof(SegmentInforReport))]
2133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_GuideRunningFromZombie", MemberParameters = new object[]
2134 {
2135 typeof(int),
2137 }, ReturnType = typeof(SegmentInforReport))]
2138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer", MemberParameters = new object[]
2139 {
2140 typeof(int),
2142 }, ReturnType = typeof(SegmentInforReport))]
2143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
2144 {
2145 typeof(int),
2147 }, ReturnType = typeof(SegmentInforReport))]
2148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
2149 {
2150 typeof(int),
2152 }, ReturnType = typeof(SegmentInforReport))]
2153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DemolitionistAndArmsDealerArguingThenNurseComes", MemberParameters = new object[]
2154 {
2155 typeof(int),
2157 }, ReturnType = typeof(SegmentInforReport))]
2158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_TinkererAndMechanic", MemberParameters = new object[]
2159 {
2160 typeof(int),
2162 }, ReturnType = typeof(SegmentInforReport))]
2163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_ClothierChasingTruffle", MemberParameters = new object[]
2164 {
2165 typeof(int),
2167 }, ReturnType = typeof(SegmentInforReport))]
2168 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 101)]
2169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2171 {
2172 throw null;
2173 }
2174
2175 [global::Cpp2ILInjected.Token(Token = "0x60048B7")]
2176 [global::Cpp2ILInjected.Address(RVA = "0x823788", Offset = "0x823788", Length = "0x4")]
2177 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2179 {
2180 throw null;
2181 }
2182
2183 [global::Cpp2ILInjected.Token(Token = "0x17000842")]
2185 {
2186 [global::Cpp2ILInjected.Token(Token = "0x60048B8")]
2187 [global::Cpp2ILInjected.Address(RVA = "0x82378C", Offset = "0x82378C", Length = "0x8")]
2188 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2189 get
2190 {
2191 throw null;
2192 }
2193 }
2194
2195 [global::Cpp2ILInjected.Token(Token = "0x60048B9")]
2196 [global::Cpp2ILInjected.Address(RVA = "0x823794", Offset = "0x823794", Length = "0x4")]
2197 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2199 {
2200 throw null;
2201 }
2202
2203 [global::Cpp2ILInjected.Token(Token = "0x60048BA")]
2204 [global::Cpp2ILInjected.Address(RVA = "0x823798", Offset = "0x823798", Length = "0x8")]
2205 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2206 public void SetDelay(float delay)
2207 {
2208 throw null;
2209 }
2210
2211 [global::Cpp2ILInjected.Token(Token = "0x40083ED")]
2212 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2213 private int _duration;
2214
2215 [global::Cpp2ILInjected.Token(Token = "0x40083EE")]
2216 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
2217 private float _delay;
2218 }
2219
2220 [global::Cpp2ILInjected.Token(Token = "0x200098F")]
2222 {
2223 [global::Cpp2ILInjected.Token(Token = "0x60048BB")]
2224 [global::Cpp2ILInjected.Address(RVA = "0x8237A0", Offset = "0x8237A0", Length = "0x60")]
2225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
2226 {
2227 typeof(int),
2229 }, ReturnType = typeof(SegmentInforReport))]
2230 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
2231 {
2232 typeof(int),
2234 }, ReturnType = typeof(SegmentInforReport))]
2235 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
2236 {
2237 typeof(int),
2239 }, ReturnType = typeof(SegmentInforReport))]
2240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer", MemberParameters = new object[]
2241 {
2242 typeof(int),
2244 }, ReturnType = typeof(SegmentInforReport))]
2245 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
2246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2248 {
2249 throw null;
2250 }
2251
2252 [global::Cpp2ILInjected.Token(Token = "0x60048BC")]
2253 [global::Cpp2ILInjected.Address(RVA = "0x823800", Offset = "0x823800", Length = "0x4")]
2254 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2256 {
2257 throw null;
2258 }
2259
2260 [global::Cpp2ILInjected.Token(Token = "0x17000843")]
2262 {
2263 [global::Cpp2ILInjected.Token(Token = "0x60048BD")]
2264 [global::Cpp2ILInjected.Address(RVA = "0x823804", Offset = "0x823804", Length = "0x8")]
2265 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2266 get
2267 {
2268 throw null;
2269 }
2270 }
2271
2272 [global::Cpp2ILInjected.Token(Token = "0x60048BE")]
2273 [global::Cpp2ILInjected.Address(RVA = "0x82380C", Offset = "0x82380C", Length = "0x8")]
2274 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2275 public void SetDelay(float delay)
2276 {
2277 throw null;
2278 }
2279
2280 [global::Cpp2ILInjected.Token(Token = "0x60048BF")]
2281 [global::Cpp2ILInjected.Address(RVA = "0x823814", Offset = "0x823814", Length = "0x104")]
2282 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2283 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2284 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
2285 {
2286 typeof(Vector2),
2287 typeof(float)
2288 }, ReturnType = typeof(Vector2))]
2289 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
2290 {
2291 typeof(Vector2),
2293 }, ReturnType = typeof(Vector2))]
2294 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
2296 {
2297 throw null;
2298 }
2299
2300 [global::Cpp2ILInjected.Token(Token = "0x40083EF")]
2301 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2302 private int _duration;
2303
2304 [global::Cpp2ILInjected.Token(Token = "0x40083F0")]
2305 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
2306 private float _delay;
2307
2308 [global::Cpp2ILInjected.Token(Token = "0x40083F1")]
2309 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
2311
2312 [global::Cpp2ILInjected.Token(Token = "0x40083F2")]
2313 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
2315
2316 [global::Cpp2ILInjected.Token(Token = "0x40083F3")]
2317 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
2318 private float _rotationPerFrame;
2319 }
2320
2321 [global::Cpp2ILInjected.Token(Token = "0x2000990")]
2322 public class SetFrame : Actions.Sprites.ISpriteAction, IAnimationSegmentAction<Segments.LooseSprite>
2323 {
2324 [global::Cpp2ILInjected.Token(Token = "0x60048C0")]
2325 [global::Cpp2ILInjected.Address(RVA = "0x823918", Offset = "0x823918", Length = "0x40")]
2326 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SteampunkerRepairingCyborg", MemberParameters = new object[]
2327 {
2328 typeof(int),
2330 }, ReturnType = typeof(SegmentInforReport))]
2331 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
2332 {
2333 typeof(int),
2335 }, ReturnType = typeof(SegmentInforReport))]
2336 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
2337 {
2338 typeof(int),
2340 }, ReturnType = typeof(SegmentInforReport))]
2341 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
2342 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2343 public SetFrame(int frameX, int frameY, int paddingX = 2, int paddingY = 2)
2344 {
2345 throw null;
2346 }
2347
2348 [global::Cpp2ILInjected.Token(Token = "0x60048C1")]
2349 [global::Cpp2ILInjected.Address(RVA = "0x823958", Offset = "0x823958", Length = "0x4")]
2350 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2352 {
2353 throw null;
2354 }
2355
2356 [global::Cpp2ILInjected.Token(Token = "0x17000844")]
2358 {
2359 [global::Cpp2ILInjected.Token(Token = "0x60048C2")]
2360 [global::Cpp2ILInjected.Address(RVA = "0x82395C", Offset = "0x82395C", Length = "0x8")]
2361 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2362 get
2363 {
2364 throw null;
2365 }
2366 }
2367
2368 [global::Cpp2ILInjected.Token(Token = "0x60048C3")]
2369 [global::Cpp2ILInjected.Address(RVA = "0x823964", Offset = "0x823964", Length = "0x8")]
2370 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2371 public void SetDelay(float delay)
2372 {
2373 throw null;
2374 }
2375
2376 [global::Cpp2ILInjected.Token(Token = "0x60048C4")]
2377 [global::Cpp2ILInjected.Address(RVA = "0x82396C", Offset = "0x82396C", Length = "0x24")]
2378 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2379 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2381 {
2382 throw null;
2383 }
2384
2385 [global::Cpp2ILInjected.Token(Token = "0x40083F4")]
2386 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2387 private int _targetFrameX;
2388
2389 [global::Cpp2ILInjected.Token(Token = "0x40083F5")]
2390 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
2391 private int _targetFrameY;
2392
2393 [global::Cpp2ILInjected.Token(Token = "0x40083F6")]
2394 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
2395 private int _paddingX;
2396
2397 [global::Cpp2ILInjected.Token(Token = "0x40083F7")]
2398 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
2399 private int _paddingY;
2400
2401 [global::Cpp2ILInjected.Token(Token = "0x40083F8")]
2402 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
2403 private float _delay;
2404 }
2405
2406 [global::Cpp2ILInjected.Token(Token = "0x2000991")]
2408 {
2409 [global::Cpp2ILInjected.Token(Token = "0x60048C5")]
2410 [global::Cpp2ILInjected.Address(RVA = "0x823990", Offset = "0x823990", Length = "0x5C")]
2411 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StardewValleyAnimation), Member = "ComposeAnimation", ReturnType = typeof(void))]
2412 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_DryadSayingByeToTavernKeep", MemberParameters = new object[]
2413 {
2414 typeof(int),
2416 }, ReturnType = typeof(SegmentInforReport))]
2417 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SteampunkerRepairingCyborg", MemberParameters = new object[]
2418 {
2419 typeof(int),
2421 }, ReturnType = typeof(SegmentInforReport))]
2422 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents", MemberParameters = new object[]
2423 {
2424 typeof(int),
2426 }, ReturnType = typeof(SegmentInforReport))]
2427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
2428 {
2429 typeof(int),
2431 }, ReturnType = typeof(SegmentInforReport))]
2432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
2433 {
2434 typeof(int),
2436 }, ReturnType = typeof(SegmentInforReport))]
2437 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk", MemberParameters = new object[]
2438 {
2439 typeof(int),
2441 }, ReturnType = typeof(SegmentInforReport))]
2442 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_AnglerAndPirateTalkAboutFish", MemberParameters = new object[]
2443 {
2444 typeof(int),
2446 }, ReturnType = typeof(SegmentInforReport))]
2447 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies", MemberParameters = new object[]
2448 {
2449 typeof(int),
2451 }, ReturnType = typeof(SegmentInforReport))]
2452 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
2453 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2454 public SetFrameSequence(int duration, Point[] frameIndices, int timePerFrame, int paddingX = 2, int paddingY = 2)
2455 {
2456 throw null;
2457 }
2458
2459 [global::Cpp2ILInjected.Token(Token = "0x60048C6")]
2460 [global::Cpp2ILInjected.Address(RVA = "0x8239EC", Offset = "0x8239EC", Length = "0x50")]
2461 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SteampunkerRepairingCyborg", MemberParameters = new object[]
2462 {
2463 typeof(int),
2465 }, ReturnType = typeof(SegmentInforReport))]
2466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_WitchDoctorGoingToHisPeople", MemberParameters = new object[]
2467 {
2468 typeof(int),
2470 }, ReturnType = typeof(SegmentInforReport))]
2471 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_DryadTurningToTree", MemberParameters = new object[]
2472 {
2473 typeof(int),
2475 }, ReturnType = typeof(SegmentInforReport))]
2476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CreditsRollComposer), Member = "PlaySegment_Grox_SkeletonMerchantSearchesThroughBones", MemberParameters = new object[]
2477 {
2478 typeof(int),
2480 }, ReturnType = typeof(SegmentInforReport))]
2481 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
2482 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
2484 {
2485 throw null;
2486 }
2487
2488 [global::Cpp2ILInjected.Token(Token = "0x60048C7")]
2489 [global::Cpp2ILInjected.Address(RVA = "0x823A3C", Offset = "0x823A3C", Length = "0x4")]
2490 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2492 {
2493 throw null;
2494 }
2495
2496 [global::Cpp2ILInjected.Token(Token = "0x17000845")]
2498 {
2499 [global::Cpp2ILInjected.Token(Token = "0x60048C8")]
2500 [global::Cpp2ILInjected.Address(RVA = "0x823A40", Offset = "0x823A40", Length = "0x8")]
2501 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2502 get
2503 {
2504 throw null;
2505 }
2506 }
2507
2508 [global::Cpp2ILInjected.Token(Token = "0x60048C9")]
2509 [global::Cpp2ILInjected.Address(RVA = "0x823A48", Offset = "0x823A48", Length = "0x8")]
2510 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2511 public void SetDelay(float delay)
2512 {
2513 throw null;
2514 }
2515
2516 [global::Cpp2ILInjected.Token(Token = "0x60048CA")]
2517 [global::Cpp2ILInjected.Address(RVA = "0x823A50", Offset = "0x823A50", Length = "0xF0")]
2518 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2519 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
2520 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
2522 {
2523 throw null;
2524 }
2525
2526 [global::Cpp2ILInjected.Token(Token = "0x40083F9")]
2527 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
2529
2530 [global::Cpp2ILInjected.Token(Token = "0x40083FA")]
2531 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
2532 private int _timePerFrame;
2533
2534 [global::Cpp2ILInjected.Token(Token = "0x40083FB")]
2535 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
2536 private int _paddingX;
2537
2538 [global::Cpp2ILInjected.Token(Token = "0x40083FC")]
2539 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
2540 private int _paddingY;
2541
2542 [global::Cpp2ILInjected.Token(Token = "0x40083FD")]
2543 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
2544 private float _delay;
2545
2546 [global::Cpp2ILInjected.Token(Token = "0x40083FE")]
2547 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
2548 private int _duration;
2549
2550 [global::Cpp2ILInjected.Token(Token = "0x40083FF")]
2551 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
2552 private bool _loop;
2553 }
2554 }
2555 }
2556}
class f__AnonymousType0<< Count > j__TPar
void ApplyTo(NPC obj, float localTimeForObj)
Definition Actions.cs:568
Fade(int alphaPerFrame, int duration)
Definition Actions.cs:524
void ApplyTo(NPC obj, float localTimeForObj)
Definition Actions.cs:1372
MoveWithAcceleration(Vector2 offsetPerFrame, Vector2 accelerationPerFrame, int durationInFrames)
Definition Actions.cs:846
MoveWithRotor(Vector2 radialOffset, float rotationPerFrame, Vector2 resultMultiplier, int durationInFrames)
Definition Actions.cs:928
void ApplyTo(NPC obj, float localTimeForObj)
Definition Actions.cs:982
Move(Vector2 offsetPerFrame, int durationInFrames)
Definition Actions.cs:764
void ApplyTo(NPC obj, float localTimeForObj)
Definition Actions.cs:812
void ApplyTo(NPC obj, float localTimeForObj)
Definition Actions.cs:1444
void ApplyTo(NPC obj, float localTimeForObj)
Definition Actions.cs:661
ShowItem(int durationInFrames, int itemIdToShow)
Definition Actions.cs:623
void ApplyTo(NPC obj, float localTimeForObj)
Definition Actions.cs:1566
void ApplyTo(NPC obj, float localTimeForObj)
Definition Actions.cs:1182
void ApplyTo(Player obj, float localTimeForObj)
Definition Actions.cs:115
Fade(float opacityTarget, int duration)
Definition Actions.cs:64
void ApplyTo(Player obj, float localTimeForObj)
Definition Actions.cs:238
MoveWithAcceleration(Vector2 offsetPerFrame, Vector2 accelerationPerFrame, int durationInFrames)
Definition Actions.cs:272
void ApplyTo(Player obj, float localTimeForObj)
Definition Actions.cs:175
float GetProgress(float durationInFramesToApply)
AScale(Vector2 scaleTarget, int duration)
Definition Actions.cs:1941
void ApplyTo(Segments.LooseSprite obj, float localTimeForObj)
Definition Actions.cs:1985
void ApplyTo(Segments.LooseSprite obj, float localTimeForObj)
Definition Actions.cs:1907
Fade(float opacityTarget, int duration)
Definition Actions.cs:1856
override float GetProgress(float durationInFramesToApply)
Definition Actions.cs:2039
override float GetProgress(float durationInFramesToApply)
Definition Actions.cs:2080
SetFrameSequence(Point[] frameIndices, int timePerFrame, int paddingX=2, int paddingY=2)
Definition Actions.cs:2483
void ApplyTo(Segments.LooseSprite obj, float localTimeForObj)
Definition Actions.cs:2521
SetFrameSequence(int duration, Point[] frameIndices, int timePerFrame, int paddingX=2, int paddingY=2)
Definition Actions.cs:2454
void ApplyTo(Segments.LooseSprite obj, float localTimeForObj)
Definition Actions.cs:2380
SetFrame(int frameX, int frameY, int paddingX=2, int paddingY=2)
Definition Actions.cs:2343
SimulateGravity(Vector2 initialVelocity, Vector2 gravityPerFrame, float rotationPerFrame, int duration)
Definition Actions.cs:2247
void ApplyTo(Segments.LooseSprite obj, float localTimeForObj)
Definition Actions.cs:2295
void ApplyTo(Segments.LooseSprite obj, float localTimeForObj)
Definition Actions.cs:2198