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

◆ GetComponentsInParent< T >() [1/2]

T[] UnityEngine.GameObject.GetComponentsInParent< T > ( bool includeInactive)
inline

Definition at line 162 of file GameObject.cs.

163 {
164 Array array;
165 while (array != null)
166 {
167 if (array == null)
168 {
169 throw new InvalidCastException();
170 }
171 }
172 }

References System.array.