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

◆ _Call()

void UnityEngine.AndroidJavaObject._Call ( string methodName,
params object[] args )
inlineprotected

Definition at line 271 of file AndroidJavaObject.cs.

272 {
273 if (args == null)
274 {
275 }
277 long num = 0L;
278 string text;
279 IntPtr methodID = _AndroidJNIHelper.GetMethodID(jobject, methodName, text, num != 0L);
280 jvalue[] array;
281 AndroidJNISafe.CallVoidMethod(this.m_jobject.m_jobject, methodID, array);
282 }
class f__AnonymousType0<< Count > j__TPar

References System.array, UnityEngine.AndroidJNISafe.CallVoidMethod(), UnityEngine._AndroidJNIHelper.GetMethodID(), j__TPar, UnityEngine.L, UnityEngine.AndroidJavaObject.m_jclass, UnityEngine.AndroidJavaObject.m_jobject, UnityEngine.GlobalJavaObjectRef.m_jobject, and System.text.

Referenced by UnityEngine.AndroidJavaObject.Call().