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

◆ UpdateTorchLocations()

static void Terraria.GameContent.SmartCursorHelper.UpdateTorchLocations ( int LX,
int LY,
int HX,
int HY )
inlinestaticprivate

Definition at line 757 of file SmartCursorHelper.cs.

758 {
759 int num = 1;
760 if (num == 0)
761 {
762 }
763 if (num == 0)
764 {
765 }
766 Tile tile;
767 ushort type = tile.type;
768 if (num == 0)
769 {
770 }
771 }

References Terraria.Tile.type.

Referenced by Terraria.GameContent.SmartCursorHelper.Step_Torch().