terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ Current [1/2]

T Unity.Collections.NativeArray< T >.Enumerator.Current
getset

Implements System.Collections.Generic.IEnumerator< out T >.

Definition at line 229 of file NativeArray.cs.

230 {
231 [global::Cpp2ILInjected.Token(Token = "0x600001D")]
232 [global::Cpp2ILInjected.Address(RVA = "0x1644BE0", Offset = "0x1644BE0", Length = "0x1C")]
233 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
234 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
235 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
236 get
237 {
238 throw null;
239 }
240 }