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

◆ Step_MinecartTracks()

static void Terraria.GameContent.SmartCursorHelper.Step_MinecartTracks ( SmartCursorHelper::SmartCursorUsageInfo providedInfo,
int focusedX,
int focusedY )
inlinestaticprivate

Definition at line 433 of file SmartCursorHelper.cs.

434 {
435 int type = providedInfo.item.type;
436 Vector2 mouseWorld = Main.MouseWorld;
437 float x = providedInfo.Center.X;
438 float y = providedInfo.Center.Y;
439 if (!true)
440 {
441 }
442 if (!true)
443 {
444 }
445 int num = 1;
446 if (num == 0)
447 {
448 }
449 if (num == 0)
450 {
451 }
452 int screenTargetX = providedInfo.screenTargetX;
453 int reachableStartX = providedInfo.reachableStartX;
454 Tile tile;
455 bool flag = tile.active();
456 if (num == 0)
457 {
458 }
459 int screenTargetX2 = providedInfo.screenTargetX;
460 int reachableStartX2 = providedInfo.reachableStartX;
461 Tile tile2;
462 ushort type2 = tile2.type;
463 int reachableStartX3 = providedInfo.reachableStartX;
464 int reachableStartY = providedInfo.reachableStartY;
465 int reachableEndY = providedInfo.reachableEndY;
466 int reachableStartY2 = providedInfo.reachableStartY;
467 if (reachableStartY == 0)
468 {
469 }
470 Tile tile3;
471 bool flag2 = tile3.active();
472 if (reachableStartY == 0)
473 {
474 }
475 Tile tile4;
476 bool flag3 = tile4.active();
477 if (reachableStartY == 0)
478 {
479 }
480 Tile tile5;
481 ushort type3 = tile5.type;
482 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

References Terraria.Tile.active(), j__TPar, Terraria.Main.MouseWorld, Terraria.GameContent.SmartCursorHelper.providedInfo, and Terraria.Tile.type.