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

◆ this[int i]

IntPtr Mono.RuntimeGPtrArrayHandle.this[int i]
getpackage

Definition at line 27 of file RuntimeGPtrArrayHandle.cs.

28 {
29 get
30 {
31 return this.Lookup(i);
32 }
33 }