terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
MonoBehaviour.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine
8{
9 // Token: 0x020000B8 RID: 184
12 [NativeHeader("Runtime/Scripting/DelayedCallUtility.h")]
13 [NativeHeader("Runtime/Mono/MonoBehaviour.h")]
14 public class MonoBehaviour : Behaviour
15 {
16 // Token: 0x06000326 RID: 806 RVA: 0x00006960 File Offset: 0x00004B60
17 public bool IsInvoking()
18 {
19 throw new MissingMethodException();
20 }
21
22 // Token: 0x06000327 RID: 807 RVA: 0x00006974 File Offset: 0x00004B74
23 public void CancelInvoke()
24 {
25 throw new MissingMethodException();
26 }
27
28 // Token: 0x06000328 RID: 808 RVA: 0x00006988 File Offset: 0x00004B88
29 public void Invoke(string methodName, float time)
30 {
31 throw new MissingMethodException();
32 }
33
34 // Token: 0x06000329 RID: 809 RVA: 0x0000699C File Offset: 0x00004B9C
35 public void InvokeRepeating(string methodName, float time, float repeatRate)
36 {
37 throw new MissingMethodException();
38 }
39
40 // Token: 0x0600032A RID: 810 RVA: 0x000069B0 File Offset: 0x00004BB0
41 public void CancelInvoke(string methodName)
42 {
43 throw new MissingMethodException();
44 }
45
46 // Token: 0x0600032B RID: 811 RVA: 0x000069C4 File Offset: 0x00004BC4
47 public bool IsInvoking(string methodName)
48 {
49 throw new MissingMethodException();
50 }
51
52 // Token: 0x0600032C RID: 812 RVA: 0x000069D8 File Offset: 0x00004BD8
54 public Coroutine StartCoroutine(string methodName)
55 {
56 long num = 0L;
57 return this.StartCoroutine(methodName, num);
58 }
59
60 // Token: 0x0600032D RID: 813 RVA: 0x000069F0 File Offset: 0x00004BF0
61 public Coroutine StartCoroutine(string methodName, [DefaultValue("null")] object value)
62 {
63 bool flag = string.IsNullOrEmpty(methodName);
64 throw new MissingMethodException();
65 }
66
67 // Token: 0x0600032E RID: 814 RVA: 0x00006A10 File Offset: 0x00004C10
69 {
70 while (routine == null)
71 {
72 }
73 throw new MissingMethodException();
74 }
75
76 // Token: 0x0600032F RID: 815 RVA: 0x00006A2C File Offset: 0x00004C2C
77 [Obsolete("StartCoroutine_Auto has been deprecated. Use StartCoroutine instead (UnityUpgradable) -> StartCoroutine([mscorlib] System.Collections.IEnumerator)", false)]
79 {
80 return this.StartCoroutine(routine);
81 }
82
83 // Token: 0x06000330 RID: 816 RVA: 0x00006A40 File Offset: 0x00004C40
85 {
86 if (routine != null)
87 {
88 throw new MissingMethodException();
89 }
90 }
91
92 // Token: 0x06000331 RID: 817 RVA: 0x00006A60 File Offset: 0x00004C60
94 {
95 if (routine != null)
96 {
97 throw new MissingMethodException();
98 }
99 }
100
101 // Token: 0x06000332 RID: 818 RVA: 0x00006A80 File Offset: 0x00004C80
102 public void StopCoroutine(string methodName)
103 {
104 throw new MissingMethodException();
105 }
106
107 // Token: 0x06000333 RID: 819 RVA: 0x00006A94 File Offset: 0x00004C94
108 public void StopAllCoroutines()
109 {
110 throw new MissingMethodException();
111 }
112
113 // Token: 0x170000B1 RID: 177
114 // (get) Token: 0x06000334 RID: 820 RVA: 0x00006AA8 File Offset: 0x00004CA8
115 // (set) Token: 0x06000335 RID: 821 RVA: 0x00006ABC File Offset: 0x00004CBC
116 public bool useGUILayout
117 {
118 get
119 {
120 throw new MissingMethodException();
121 }
122 set
123 {
124 throw new MissingMethodException();
125 }
126 }
127
128 // Token: 0x06000336 RID: 822 RVA: 0x00006AD0 File Offset: 0x00004CD0
129 public static void print(object message)
130 {
131 if (!true)
132 {
133 }
134 Debug.Log(message);
135 }
136
137 // Token: 0x06000337 RID: 823 RVA: 0x00006AE8 File Offset: 0x00004CE8
138 [FreeFunction("CancelInvoke")]
139 private static void Internal_CancelInvokeAll([NotNull("NullExceptionObject")] MonoBehaviour self)
140 {
141 throw new MissingMethodException();
142 }
143
144 // Token: 0x06000338 RID: 824 RVA: 0x00006AFC File Offset: 0x00004CFC
145 [FreeFunction("IsInvoking")]
146 private static bool Internal_IsInvokingAll([NotNull("NullExceptionObject")] MonoBehaviour self)
147 {
148 throw new MissingMethodException();
149 }
150
151 // Token: 0x06000339 RID: 825 RVA: 0x00006B10 File Offset: 0x00004D10
153 private static void InvokeDelayed([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName, float time, float repeatRate)
154 {
155 throw new MissingMethodException();
156 }
157
158 // Token: 0x0600033A RID: 826 RVA: 0x00006B24 File Offset: 0x00004D24
160 private static void CancelInvoke([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName)
161 {
162 throw new MissingMethodException();
163 }
164
165 // Token: 0x0600033B RID: 827 RVA: 0x00006B38 File Offset: 0x00004D38
167 private static bool IsInvoking([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName)
168 {
169 throw new MissingMethodException();
170 }
171
172 // Token: 0x0600033C RID: 828 RVA: 0x00006B4C File Offset: 0x00004D4C
174 private static bool IsObjectMonoBehaviour([NotNull("NullExceptionObject")] Object obj)
175 {
176 throw new MissingMethodException();
177 }
178
179 // Token: 0x0600033D RID: 829 RVA: 0x00006B60 File Offset: 0x00004D60
180 private Coroutine StartCoroutineManaged(string methodName, object value)
181 {
182 throw new MissingMethodException();
183 }
184
185 // Token: 0x0600033E RID: 830 RVA: 0x00006B74 File Offset: 0x00004D74
187 {
188 throw new MissingMethodException();
189 }
190
191 // Token: 0x0600033F RID: 831 RVA: 0x00006B88 File Offset: 0x00004D88
193 {
194 throw new MissingMethodException();
195 }
196
197 // Token: 0x06000340 RID: 832 RVA: 0x00006B9C File Offset: 0x00004D9C
202
203 // Token: 0x06000341 RID: 833 RVA: 0x00006BB0 File Offset: 0x00004DB0
204 internal string GetScriptClassName()
205 {
206 throw new MissingMethodException();
207 }
208
209 // Token: 0x06000342 RID: 834 RVA: 0x00006BC4 File Offset: 0x00004DC4
211 {
212 }
213 }
214}
class f__AnonymousType0<< Count > j__TPar
static void Log(object message)
Definition Debug.cs:51
void Invoke(string methodName, float time)
Coroutine StartCoroutineManaged2(IEnumerator enumerator)
static void CancelInvoke([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName)
void StopCoroutine(IEnumerator routine)
Coroutine StartCoroutine(string methodName)
static bool IsInvoking([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName)
static bool IsObjectMonoBehaviour([NotNull("NullExceptionObject")] Object obj)
static void Internal_CancelInvokeAll([NotNull("NullExceptionObject")] MonoBehaviour self)
static bool Internal_IsInvokingAll([NotNull("NullExceptionObject")] MonoBehaviour self)
Coroutine StartCoroutine(IEnumerator routine)
Coroutine StartCoroutine_Auto(IEnumerator routine)
static void InvokeDelayed([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName, float time, float repeatRate)
void StopCoroutine(Coroutine routine)
void StopCoroutine(string methodName)
void StopCoroutineManaged(Coroutine routine)
bool IsInvoking(string methodName)
Coroutine StartCoroutine(string methodName, [DefaultValue("null")] object value)
Coroutine StartCoroutineManaged(string methodName, object value)
static void print(object message)
void StopCoroutineFromEnumeratorManaged(IEnumerator routine)
void InvokeRepeating(string methodName, float time, float repeatRate)
void CancelInvoke(string methodName)