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

◆ TileRunner()

static void Terraria.WorldGen.TileRunner ( int i,
int j,
double strength,
int steps,
int type,
bool addTile = false,
double speedX = 0::0,
double speedY = 0::0,
bool noYChange = false,
bool overRide = true,
int ignoreTileType = -1 )
inlinestatic

Definition at line 16252 of file WorldGen.cs.

16253 {
16254 if (!true)
16255 {
16256 }
16257 UnifiedRandom genRand = WorldGen.genRand;
16258 int num = 81;
16259 int num2 = genRand.Next(j, num);
16261 int num3 = 81;
16262 int num4 = genRand2.Next(j, num3);
16263 }
class f__AnonymousType0<< Count > j__TPar
static UnifiedRandom genRand
Definition WorldGen.cs:38

References Terraria.WorldGen.genRand, j__TPar, and Terraria.Utilities.UnifiedRandom.Next().