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

◆ GetComponentInParent< T >() [2/2]

T UnityEngine.GameObject.GetComponentInParent< T > ( [DefaultValue("false")] bool includeInactive)
inline

Definition at line 84 of file GameObject.cs.

85 {
86 Component component;
87 while (component != null)
88 {
89 if (component == null)
90 {
91 throw new InvalidCastException();
92 }
93 }
94 }