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
CustomYieldInstruction.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000C8")]
9 public abstract class CustomYieldInstruction : IEnumerator
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x170000B6")]
12 public abstract bool keepWaiting
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600037D")]
15 get;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x170000B7")]
19 public object Current
20 {
21 [global::Cpp2ILInjected.Token(Token = "0x600037E")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1F7ED24", Offset = "0x1F7ED24", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 get
25 {
26 throw null;
27 }
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x600037F")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1F7ED2C", Offset = "0x1F7ED2C", Length = "0xC")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
34 public bool MoveNext()
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x6000380")]
40 [global::Cpp2ILInjected.Address(RVA = "0x1F7ED38", Offset = "0x1F7ED38", Length = "0x4")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 public virtual void Reset()
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6000381")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1F7DB18", Offset = "0x1F7DB18", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
52 {
53 throw null;
54 }
55 }
56}
class f__AnonymousType0<< Count > j__TPar