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

◆ SetValue() [8/8]

void System.Array.SetValue ( object value,
params long[] indices )
inline

Definition at line 531 of file Array.cs.

532 {
533 if (indices != null)
534 {
535 return;
536 }
537 }