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

◆ CreateJNIArgArray()

static jvalue[] UnityEngine._AndroidJNIHelper.CreateJNIArgArray ( object[] args)
inlinestatic

Definition at line 36 of file _AndroidJNIHelper.cs.

37 {
38 Type type;
39 bool isPrimitive = type.IsPrimitive;
40 Debug.LogWarning("Passing Byte arguments to Java methods is obsolete, pass SByte parameters instead");
41 return "Passing Byte arguments to Java methods is obsolete, pass SByte parameters instead";
42 }
class f__AnonymousType0<< Count > j__TPar
bool IsPrimitive
Definition Type.cs:780

References System.Type.IsPrimitive, j__TPar, and UnityEngine.Debug.LogWarning().