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

◆ InvokeMember()

static object UnityEngine.SetupCoroutine.InvokeMember ( object behaviour,
string name,
object variable )
inlinestatic

Definition at line 20 of file SetupCoroutine.cs.

21 {
22 if (name == null || name != null)
23 {
24 Type type = name.GetType();
25 }
27 }
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), and System.name.