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_Torch()

static void Terraria.GameContent.SmartCursorHelper.Step_Torch ( SmartCursorHelper::SmartCursorUsageInfo providedInfo,
int fX,
int fY )
inlinestaticprivate

Definition at line 783 of file SmartCursorHelper.cs.

784 {
785 int createTile = providedInfo.item.createTile;
786 int reachableStartX = providedInfo.reachableStartX;
787 int reachableStartY = providedInfo.reachableStartY;
788 int reachableStartY2 = providedInfo.reachableStartY;
789 int paintLookup = providedInfo.paintLookup;
790 SmartCursorHelper.UpdateTorchLocations(reachableStartX, reachableStartY2, reachableStartY, paintLookup);
791 int type = providedInfo.item.type;
792 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo
static void UpdateTorchLocations(int LX, int LY, int HX, int HY)

References j__TPar, Terraria.GameContent.SmartCursorHelper.providedInfo, and Terraria.GameContent.SmartCursorHelper.UpdateTorchLocations().