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< T >()

void UnityEngine.AndroidJavaObject.Call< T > ( string methodName,
T[] args )
inline

Definition at line 72 of file AndroidJavaObject.cs.

73 {
74 if (args == null || args != null)
75 {
76 return;
77 }
79 }