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

◆ SetNotActive()

static void Terraria.Dust.SetNotActive ( Dust dust)
inlinestatic

Definition at line 120 of file Dust.cs.

121 {
122 if (dust.active)
123 {
124 int num = dust.dustIndex;
125 int num2 = 6000;
126 if (num == 0)
127 {
128 }
130 if (dust == null)
131 {
132 throw new ArrayTypeMismatchException();
133 }
134 }
135 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Dust.active, Terraria.Dust.dustIndex, and j__TPar.