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

◆ GetObjectCall()

static BaseInvokableCall UnityEngine.Events.PersistentCall.GetObjectCall ( Object target,
MethodInfo method,
ArgumentCache arguments )
inlinestaticprivate

Definition at line 94 of file PersistentCall.cs.

95 {
96 int num = 1;
97 if (num == 0)
98 {
99 }
100 if (num == 0)
101 {
102 }
103 Type type;
104 if (type != null || num == 0)
105 {
106 }
107 if (num == 0)
108 {
109 }
110 Type type2;
111 Type type3;
112 Type type4;
113 if ((type2 == null || type2 != null) && (type3 == null || type3 != null) && (type4 == null || type4 != null) && (type2 == null || type2 != null))
114 {
115 Type type6;
117 object obj;
118 if ((target != null && target == null) || (type6 != null && type6 == null) || obj != null)
119 {
120 }
121 }
122 throw new ArrayTypeMismatchException();
123 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, System.obj, and UnityEngine.Events.PersistentCall.target.

Referenced by UnityEngine.Events.PersistentCall.GetRuntimeCall().